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

8 lines
122 B
JavaScript
Raw Normal View History

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