Datenbank

This commit is contained in:
Moritz Utcke
2025-04-29 12:20:21 -03:00
parent e18f27675d
commit c0c22453f1
22 changed files with 394 additions and 1 deletions

8
src/pages/chat.astro Normal file
View File

@@ -0,0 +1,8 @@
---
import Layout from "#layouts/Layout.astro";
import ChatModule from "#modules/ChatModule.svelte";
---
<Layout title="Websockets">
<ChatModule client:only></ChatModule>
</Layout>