Initial commit
This commit is contained in:
8
client/src/main.js
Normal file
8
client/src/main.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import App from "./App.svelte";
|
||||
import "./styles/main.css";
|
||||
|
||||
const app = new App({
|
||||
target: document.getElementById("app"),
|
||||
});
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user