1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

sets up basic structure

This commit is contained in:
kevmodrome 2020-04-28 12:04:38 +02:00
parent 18d2088154
commit 0cea8502f1
4 changed files with 17 additions and 7 deletions

View file

@ -0,0 +1,9 @@
<script>
import { leftover } from "@sveltech/routify"
const structure = $leftover.split("/")
console.log(structure)
</script>
CREEN FALLBACK THINGIE!

View file

@ -1,7 +0,0 @@
<script>
import { leftover } from "@sveltech/routify"
console.log($leftover)
</script>
TEST

View file

@ -0,0 +1,7 @@
<script>
import { params } from "@sveltech/routify"
console.log($params)
</script>
<slot />