change logger

This commit is contained in:
grimhilt
2023-03-28 16:57:44 +02:00
parent 838550b6cc
commit 185f051a63
11 changed files with 41 additions and 49 deletions

View File

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