Skip to content

Commit 233bac9

Browse files
committed
Use cross-framework-compatible browser value
1 parent 6169d03 commit 233bac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-ux/src/lib/stores/themeStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { writable, type Readable } from 'svelte/store';
2-
import { browser } from '$app/environment';
2+
import { browser } from '../utils/env';
33

44
/** Information about the currently chosen theme. */
55
export class CurrentTheme {

0 commit comments

Comments
 (0)