fix: remove ineffective ssr const

This commit is contained in:
Damillora 2025-02-24 13:04:45 +00:00
parent 1fd9e364bb
commit 1e1da493f2
2 changed files with 0 additions and 4 deletions

View File

@ -6,8 +6,6 @@
} }
let { children }: Props = $props(); let { children }: Props = $props();
export const ssr = false;
</script> </script>
<svelte:head> <svelte:head>

View File

@ -5,8 +5,6 @@
} }
let { children }: Props = $props(); let { children }: Props = $props();
export const ssr = false;
</script> </script>