mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
rename .html files to .svelte
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
export let Title;
|
||||
|
||||
onMount(() => {
|
||||
import('./_components/Title.html').then(mod => {
|
||||
import('./_components/Title.svelte').then(mod => {
|
||||
Title = mod.default;
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user