mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
refactor imports (#5058)
This commit is contained in:
parent
c4bf9eb61c
commit
bdcd083eea
8 changed files with 12 additions and 18 deletions
|
|
@ -2,7 +2,7 @@ import { SessionCommands } from 'websocket';
|
|||
import { common } from 'protobufjs';
|
||||
import IBytesValue = common.IBytesValue;
|
||||
|
||||
export default class SessionService {
|
||||
export class SessionService {
|
||||
static addToBuddyList(userName: string) {
|
||||
SessionCommands.addToBuddyList(userName);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue