.html -> .svelte

This commit is contained in:
Rich Harris 2019-02-08 19:43:39 -05:00
parent 88a04a8007
commit 01f0e234b4
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import App from './App.html';
import App from './App.svelte';
const app = new App({
target: document.body,