change logger

This commit is contained in:
grimhilt
2023-03-28 16:57:44 +02:00
parent bffcdafe7a
commit 94c7a7176b
11 changed files with 41 additions and 49 deletions

View File

@@ -0,0 +1,5 @@
export default class Thread {
constructor (roomId, name) {
}
}