chat (wip)

This commit is contained in:
Linus109
2025-11-25 20:52:53 +01:00
parent 56ae3a1b2d
commit 154491bc3a
4 changed files with 371 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
import React from "react";
import ManyHelloes from "./Hello_World";
import Chat from "./Chat";
export default function Index() {
return (
<ManyHelloes/>
<Chat />
);
}