From 12b683a9a08727bf40abfd1406f2a5530546082d Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" <26071571+TGlide@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:16:10 +0100 Subject: [PATCH] basic chat intro --- README.md | 1 + src/routes/chat/+layout.svelte | 1 + src/routes/chat/+page.svelte | 30 ++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/README.md b/README.md index 772e83e..4f929ad 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,4 @@ IDK, calm down - [ ] Chat branching - [ ] Image generation - [ ] Chat sharing +- [ ] 404 page diff --git a/src/routes/chat/+layout.svelte b/src/routes/chat/+layout.svelte index fd13c64..ed9a4ae 100644 --- a/src/routes/chat/+layout.svelte +++ b/src/routes/chat/+layout.svelte @@ -52,6 +52,7 @@
+ {@render children()}