Skip to content

Commit 1f15660

Browse files
committed
refactor: move constans folder into lib folder
1 parent 856e491 commit 1f15660

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/providers/theme.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { ThemeProviderProps } from 'next-themes';
66

77
import { ThemeProvider as NextThemesProvider } from 'next-themes';
88

9-
import EStorageKeys from '@/constants/keys';
9+
import EStorageKeys from '@/lib/constants/keys';
1010

1111
export default function ThemeProvider({ children, ...properties }: ThemeProviderProps) {
1212
return (
File renamed without changes.

0 commit comments

Comments
 (0)