mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-18 21:45:12 +00:00
rename .html files to .svelte
This commit is contained in:
7
test/apps/basics/src/routes/unsafe-replacement.svelte
Normal file
7
test/apps/basics/src/routes/unsafe-replacement.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script context="module">
|
||||
export function preload() {
|
||||
return '$&';
|
||||
}
|
||||
</script>
|
||||
|
||||
$&
|
||||
Reference in New Issue
Block a user