UNPKG

system-dashboard-frontend

Version:
8 lines (5 loc) 189 B
import {} from "./service-worker/registration.mjs"; import { mount } from "svelte"; import App from "./App.svelte"; const app = mount(App, { target: document.body }); export default app;