diff options
Diffstat (limited to 'src/main.ts')
| -rw-r--r-- | src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ts b/src/main.ts index 928b6c5..7b9d006 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,5 +1,5 @@ import { mount } from 'svelte' -import App from './App.svelte' +import App from './app.svelte' const app = mount(App, { target: document.getElementById('app')!, |
