ssr fixes

This commit is contained in:
Josh Patra
2025-04-18 23:33:15 -04:00
parent 0481b6f169
commit 9525129a52

View File

@@ -1,11 +1,7 @@
<script context="module">
// disable SSR so that darkMode is determined in the browser before first render
export const ssr = false;
</script>
<script lang="ts">
import { onMount, onDestroy } from 'svelte';
import moment from 'moment';
export const ssr = false;
import {
Icon,
Play,