Skip to content

Commit

Permalink
refactor: move constans folder into lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
doinel1a committed Nov 12, 2024
1 parent 856e491 commit 1f15660
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/providers/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { ThemeProviderProps } from 'next-themes';

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

import EStorageKeys from '@/constants/keys';
import EStorageKeys from '@/lib/constants/keys';

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

0 comments on commit 1f15660

Please sign in to comment.