From 0c0983428b387a587dc71baed30d7a16178b3ef2 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:15:10 +0100 Subject: Fix build process --- src/AppContext.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AppContext.tsx') diff --git a/src/AppContext.tsx b/src/AppContext.tsx index 373e624..74fb00c 100644 --- a/src/AppContext.tsx +++ b/src/AppContext.tsx @@ -1,3 +1,4 @@ +/* eslint-disable react-refresh/only-export-components */ import { createContext, useContext, useEffect, useState, ReactNode } from 'react'; type Theme = 'light' | 'dark'; -- cgit v1.3