1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

sets up basic structure

This commit is contained in:
kevmodrome 2020-04-28 12:04:38 +02:00
parent ae8c5cb8b1
commit d4c6e076ed
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 />