From 140b312916d90cce286773be224fd3d146a2a4bf Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Tue, 19 Sep 2023 12:48:39 +1200 Subject: [PATCH] Renaming transition and adding to the auth layout. --- .../{transition/index.svelte => transition.svelte} | 2 +- src/routes/(app)/+layout.svelte | 2 +- src/routes/(auth)/+layout.server.ts | 9 +++++++++ src/routes/(auth)/+layout.svelte | 8 ++++++-- 4 files changed, 17 insertions(+), 4 deletions(-) rename src/lib/components/{transition/index.svelte => transition.svelte} (96%) create mode 100644 src/routes/(auth)/+layout.server.ts diff --git a/src/lib/components/transition/index.svelte b/src/lib/components/transition.svelte similarity index 96% rename from src/lib/components/transition/index.svelte rename to src/lib/components/transition.svelte index 4da06e5..b9f085e 100644 --- a/src/lib/components/transition/index.svelte +++ b/src/lib/components/transition.svelte @@ -1,5 +1,5 @@
@@ -38,9 +41,10 @@
-
- + + +