Updated to Svelte 5
This commit is contained in:
@@ -8,7 +8,11 @@ SPDX-License-Identifier: MPL-2.0
|
||||
import type { PageData } from './$types';
|
||||
import BrownButton from '$lib/components/buttons/brown.svelte';
|
||||
|
||||
export let data: PageData;
|
||||
interface Props {
|
||||
data: PageData;
|
||||
}
|
||||
|
||||
let { data }: Props = $props();
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col p-2">
|
||||
|
||||
Reference in New Issue
Block a user