From 762d5c0fc0f7591e983650ad3a673c64e6592cad Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 30 Nov 2025 22:26:32 -0800 Subject: [PATCH] add auth layout with centered container --- src/routes/auth/+layout.svelte | 54 ++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/routes/auth/+layout.svelte diff --git a/src/routes/auth/+layout.svelte b/src/routes/auth/+layout.svelte new file mode 100644 index 00000000..ccc29449 --- /dev/null +++ b/src/routes/auth/+layout.svelte @@ -0,0 +1,54 @@ + + +
+
+
+ {@render children()} +
+
+ +