mirror of
https://github.com/SoPat712/maisie-heardle.git
synced 2025-08-21 18:28:45 -04:00
ssr fixes
This commit is contained in:
@@ -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">
|
<script lang="ts">
|
||||||
import { onMount, onDestroy } from 'svelte';
|
import { onMount, onDestroy } from 'svelte';
|
||||||
import moment from 'moment';
|
import moment from 'moment';
|
||||||
|
export const ssr = false;
|
||||||
import {
|
import {
|
||||||
Icon,
|
Icon,
|
||||||
Play,
|
Play,
|
||||||
|
Reference in New Issue
Block a user