mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-17 13:14:54 +00:00
rename .html files to .svelte
This commit is contained in:
5
test/apps/basics/src/routes/echo-query/index.svelte
Normal file
5
test/apps/basics/src/routes/echo-query/index.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import { page } from '@sapper/app';
|
||||
</script>
|
||||
|
||||
<h1>{JSON.stringify($page.query)}</h1>
|
||||
Reference in New Issue
Block a user