mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-22 15:15:19 +00:00
rename .html files to .svelte
This commit is contained in:
5
test/apps/basics/src/routes/[slug].svelte
Normal file
5
test/apps/basics/src/routes/[slug].svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import { page } from '@sapper/app';
|
||||
</script>
|
||||
|
||||
<h1>{$page.params.slug.toUpperCase()}</h1>
|
||||
Reference in New Issue
Block a user