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
2023-01-02 00:14:04 +01:00

9 lines
140 B
JavaScript

import "./app.css"
import App from "./App.svelte"
const app = new App({
target: document.getElementById("app"),
})
export default app