initial commit
This commit is contained in:
6
src/routes/+page.svelte
Normal file
6
src/routes/+page.svelte
Normal file
@@ -0,0 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { entities, sections } from "$lib";
|
||||
import { DisplayTablePage } from "@nikonell/splash/components/pages";
|
||||
</script>
|
||||
|
||||
<DisplayTablePage {entities} {sections} />
|
||||
Reference in New Issue
Block a user