aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/skip-animation/+page.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/skip-animation/+page.svelte')
-rw-r--r--src/routes/skip-animation/+page.svelte5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/routes/skip-animation/+page.svelte b/src/routes/skip-animation/+page.svelte
new file mode 100644
index 0000000..d657b03
--- /dev/null
+++ b/src/routes/skip-animation/+page.svelte
@@ -0,0 +1,5 @@
+<script lang="ts">
+ import Page from "../+page.svelte";
+</script>
+
+<Page skipAnimation />