This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
website/src/main.js

9 lines
140 B
JavaScript
Raw Normal View History

2023-01-01 23:14:04 +00:00
import "./app.css"
import App from "./App.svelte"
const app = new App({
target: document.getElementById("app"),
})
export default app