aboutsummaryrefslogtreecommitdiff
path: root/fe/src/App.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'fe/src/App.svelte')
-rw-r--r--fe/src/App.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/fe/src/App.svelte b/fe/src/App.svelte
index 25d53dc..11eb217 100644
--- a/fe/src/App.svelte
+++ b/fe/src/App.svelte
@@ -1,6 +1,6 @@
1<script lang="ts"> 1<script lang="ts">
2 import Layout from "./lib/Layout.svelte"; 2 import Layout from "./lib/Layout.svelte";
3 import LoginForm from "./lib/LoginForm.svelte"; 3 import { LoginForm } from './lib/forms';
4 import DataView from "./lib/DataView.svelte"; 4 import DataView from "./lib/DataView.svelte";
5 import { authenticated } from "./stores/auth"; 5 import { authenticated } from "./stores/auth";
6</script> 6</script>