This repository has been archived on 2023-05-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ocp-wg-frontend/src/main.js

8 lines
122 B
JavaScript
Raw Normal View History

2022-11-18 19:41:03 +07:00
import App from "./App.svelte";
const app = new App({
target: document.getElementById("app"),
});
export default app;