Many changes
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { mount } from "svelte";
|
||||
import App from "./App.svelte";
|
||||
|
||||
const target = document.getElementById("app");
|
||||
|
||||
if (target) {
|
||||
mount(App, {
|
||||
target
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user