With auth

This commit is contained in:
2023-09-26 20:47:53 -07:00
parent 9ee21dbe30
commit 5454183d86
27 changed files with 3061 additions and 83 deletions

View File

@ -0,0 +1,7 @@
import App from "../components/Sidebar.svelte";
const app = new App({
target: document.body,
});
export default app;

View File

@ -0,0 +1,7 @@
import App from "../components/WebView.svelte";
const app = new App({
target: document.body,
});
export default app;