some migration stuff
This commit is contained in:
parent
8b6855adc9
commit
b7a15753d4
3 changed files with 31 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
<script lang="ts">
|
||||
import { inertia, page } from '@inertiajs/svelte';
|
||||
import { globalState } from "@/Library/PassState.svelte";
|
||||
import type {Snippet} from "svelte";
|
||||
|
||||
//eslint-disable-next-line
|
||||
let { children }: { children: any } = $props();
|
||||
let { children }: { children: Snippet } = $props();
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col h-screen">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue