group chat init

This commit is contained in:
Виталий Лавшонок
2025-11-21 22:10:26 +03:00
parent e904297bb9
commit 304c734169
5 changed files with 219 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ const Group: FC<GroupsBlockProps> = () => {
<Routes>
<Route path="home" element={<Posts groupId={groupId} />} />
<Route path="chat" element={<Chat />} />
<Route path="chat" element={<Chat groupId={groupId} />} />
<Route path="contests" element={<Contests />} />
<Route
path="*"