diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-04 12:15:10 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-04 12:15:10 +0100 |
| commit | 0c0983428b387a587dc71baed30d7a16178b3ef2 (patch) | |
| tree | 6b23a56cd341fa4941681ba1efea07bed10c184e /src/AppContext.tsx | |
| parent | 6677ce3906670afd2a2d13e91f37ccadebca12a7 (diff) | |
Fix build process
Diffstat (limited to 'src/AppContext.tsx')
| -rw-r--r-- | src/AppContext.tsx | 1 |
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'; |
