diff --git a/src/App.svelte b/src/App.svelte
index 01ad5336..80bc0d87 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -50,6 +50,7 @@
import TeamDetail from "./components/TeamDetail.svelte";
import UserPermissions from "./components/UserPermissions.svelte";
import RunnerDetail from "./components/RunnerDetail.svelte";
+ import Imprint from "./components/Imprint.svelte";
store.init();
registerSW();
@@ -63,6 +64,10 @@
+ {:else if $router.path === '/imprint'}
+
+
+
{:else if $store.isLoggedIn}
diff --git a/src/components/Imprint.svelte b/src/components/Imprint.svelte
new file mode 100644
index 00000000..9fba0eec
--- /dev/null
+++ b/src/components/Imprint.svelte
@@ -0,0 +1,15 @@
+
+
+