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 6169d03 commit 233bac9Copy full SHA for 233bac9
packages/svelte-ux/src/lib/stores/themeStore.ts
@@ -1,5 +1,5 @@
1
import { writable, type Readable } from 'svelte/store';
2
-import { browser } from '$app/environment';
+import { browser } from '../utils/env';
3
4
/** Information about the currently chosen theme. */
5
export class CurrentTheme {
0 commit comments