aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-31 00:39:05 -0800
committerFuwn <[email protected]>2024-01-31 00:39:05 -0800
commitf4e31809702f357b26b3ed3b72928a9c6c73947e (patch)
tree3b8b248f10096fc6df8820da589cff66ae228a00 /src/routes
parentfix(activity): return temporary value if no identity (diff)
downloaddue.moe-f4e31809702f357b26b3ed3b72928a9c6c73947e.tar.xz
due.moe-f4e31809702f357b26b3ed3b72928a9c6c73947e.zip
feat(routes): dedicated landing page
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/welcome/+page.svelte5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/routes/welcome/+page.svelte b/src/routes/welcome/+page.svelte
new file mode 100644
index 00000000..296ce30e
--- /dev/null
+++ b/src/routes/welcome/+page.svelte
@@ -0,0 +1,5 @@
+<script>
+ import Landing from '$lib/Landing.svelte';
+</script>
+
+<Landing />