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