Skip to content

Commit

Permalink
.html -> .svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Feb 9, 2019
1 parent 88a04a8 commit 01f0e23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import App from './App.html';
import App from './App.svelte';

const app = new App({
target: document.body,
Expand Down

0 comments on commit 01f0e23

Please sign in to comment.