chore: move App and app related code to app layer
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import App from '$app/App.svelte';
|
||||
import { mount } from 'svelte';
|
||||
import App from './App.svelte';
|
||||
import '$app/styles/app.css';
|
||||
|
||||
mount(App, {
|
||||
target: document.getElementById('app')!,
|
||||
|
||||
Reference in New Issue
Block a user