.html -> .svelte
This commit is contained in:
parent
88a04a8007
commit
01f0e234b4
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import App from './App.html';
|
import App from './App.svelte';
|
||||||
|
|
||||||
const app = new App({
|
const app = new App({
|
||||||
target: document.body,
|
target: document.body,
|
||||||
|
|
Loading…
Reference in a new issue