This repository has been archived on 2023-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
ocp-wg-frontend/src/main.js
2022-11-18 19:41:03 +07:00

8 lines
122 B
JavaScript

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