mirror of
https://github.com/Damillora/phoebe.git
synced 2025-03-10 05:57:22 +00:00
fix: remove ineffective ssr const
This commit is contained in:
parent
1fd9e364bb
commit
1e1da493f2
@ -6,8 +6,6 @@
|
||||
}
|
||||
|
||||
let { children }: Props = $props();
|
||||
|
||||
export const ssr = false;
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
|
@ -5,8 +5,6 @@
|
||||
}
|
||||
|
||||
let { children }: Props = $props();
|
||||
|
||||
export const ssr = false;
|
||||
</script>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user