We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856e491 commit 1f15660Copy full SHA for 1f15660
src/components/providers/theme.tsx
@@ -6,7 +6,7 @@ import type { ThemeProviderProps } from 'next-themes';
6
7
import { ThemeProvider as NextThemesProvider } from 'next-themes';
8
9
-import EStorageKeys from '@/constants/keys';
+import EStorageKeys from '@/lib/constants/keys';
10
11
export default function ThemeProvider({ children, ...properties }: ThemeProviderProps) {
12
return (
src/constants/keys.ts renamed to src/lib/constants/keys.ts
0 commit comments