We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e66898 commit 467629bCopy full SHA for 467629b
src/routes/[musical]/(random-set)/external-ads/+page.svelte
@@ -1,7 +1,7 @@
1
<script lang="ts">
2
import type { ShowData } from '$lib';
3
import type { PageData } from './$types';
4
- import sharedStore from '../store.svelte';
+ import * as sharedStore from '../store.svelte';
5
6
const { data } = $props<{ data: PageData }>();
7
const showData: ShowData = $derived(data.showData);
src/routes/[musical]/(random-set)/gallery/+page.svelte
0 commit comments