missing roomContent

This commit is contained in:
jusax23 2023-03-31 19:43:52 +02:00
parent 606709ae58
commit d5bbbae0f9
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41

View file

@ -3,3 +3,4 @@ export * from "./acts/client.js"
export * from "./acts/admin.js"
export * from "./acts/rooms.js"
export * from "./acts/server.js"
export * from "./acts/roomContent.js"