aboutsummaryrefslogtreecommitdiff
path: root/src/AppContext.tsx
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-04 12:15:10 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-04 12:15:10 +0100
commit0c0983428b387a587dc71baed30d7a16178b3ef2 (patch)
tree6b23a56cd341fa4941681ba1efea07bed10c184e /src/AppContext.tsx
parent6677ce3906670afd2a2d13e91f37ccadebca12a7 (diff)
Fix build process
Diffstat (limited to 'src/AppContext.tsx')
-rw-r--r--src/AppContext.tsx1
1 files changed, 1 insertions, 0 deletions
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';