mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 20:14:39 +00:00
6 lines
86 B
HTML
6 lines
86 B
HTML
<script>
|
|
import { page } from '@sapper/app';
|
|
</script>
|
|
|
|
<h1>{$page.params.slug}</h1>
|