start to load messages from rooms

This commit is contained in:
grimhilt
2023-03-20 21:28:13 +01:00
parent 0f87bdc715
commit 7008e24941
15 changed files with 4441 additions and 4401 deletions

View File

@@ -19,7 +19,6 @@ const routes = [
},
{
path: "/:id",
name: "test",
component: RoomView
}
];