diff options
Diffstat (limited to 'src/stores/airingNow.ts')
| -rw-r--r-- | src/stores/airingNow.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/airingNow.ts b/src/stores/airingNow.ts index b885b7a7..52b7bbb2 100644 --- a/src/stores/airingNow.ts +++ b/src/stores/airingNow.ts @@ -1,5 +1,5 @@ -import { browser } from "$app/environment"; import { readable } from "svelte/store"; +import { browser } from "$app/environment"; const TICK_INTERVAL_MS = 30 * 1000; |