aboutsummaryrefslogtreecommitdiff
path: root/src/AppContext.tsx
diff options
context:
space:
mode:
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';