Skip to content

Commit 22f2731

Browse files
committed
rename themestore file
1 parent 7f42b53 commit 22f2731

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import { ClerkProvider } from 'svelte-clerk';
55
import { Toaster } from '@/lib/components/ui/sonner/index.js';
66
import { PUBLIC_CLERK_PUBLISHABLE_KEY } from '$env/static/public';
7-
import { useTheme } from '@/stores/ThemeStove.svelte';
7+
import { useTheme } from '@/stores/ThemeStore.svelte';
88
import { setThemeContext } from '@/contexts/ThemeContext';
99
1010
setThemeContext(useTheme);
File renamed without changes.

0 commit comments

Comments
 (0)