diff options
Diffstat (limited to 'webui/src/components/Themer.tsx')
-rw-r--r-- | webui/src/components/Themer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/Themer.tsx b/webui/src/components/Themer.tsx index 9934888d1..f03881b4d 100644 --- a/webui/src/components/Themer.tsx +++ b/webui/src/components/Themer.tsx @@ -11,7 +11,7 @@ declare module '@mui/styles/defaultTheme' { interface DefaultTheme extends Theme {} } -const ThemeContext = createContext({ +export const ThemeContext = createContext({ toggleMode: () => {}, mode: '', }); |