Datenbank
This commit is contained in:
8
src/pages/chat.astro
Normal file
8
src/pages/chat.astro
Normal 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>
|
||||
Reference in New Issue
Block a user