mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
refactor imports (#5058)
This commit is contained in:
parent
c4bf9eb61c
commit
bdcd083eea
8 changed files with 12 additions and 18 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { RoomCommands, SessionCommands } from 'websocket';
|
||||
|
||||
export default class RoomsService {
|
||||
export class RoomsService {
|
||||
static joinRoom(roomId: number): void {
|
||||
SessionCommands.joinRoom(roomId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue