This repository has been archived on 2023-12-17. You can view files and clone it, but cannot push or open issues or pull requests.
2023-07-25 15:54:17 +00:00
|
|
|
import App from "./apps/dashboard/App.svelte";
|
2023-06-17 16:52:16 +00:00
|
|
|
|
2023-07-25 15:54:17 +00:00
|
|
|
const app = new App({
|
|
|
|
target: document.getElementById("app"),
|
|
|
|
});
|
2023-06-17 16:52:16 +00:00
|
|
|
|
2023-07-25 15:54:17 +00:00
|
|
|
export default app;
|