move channel_names to consts folder
This commit is contained in:
parent
17c6c9f7dd
commit
2ff93b2ae4
@ -14,7 +14,7 @@ import {
|
||||
channel_on_game_start,
|
||||
channel_on_game_update,
|
||||
channel_on_game_user_leave,
|
||||
} from "./channel_names";
|
||||
} from "./consts/channel_names";
|
||||
import morgan from "morgan";
|
||||
import { GameMove } from "./models/GameMove";
|
||||
import { GameCrashManager } from "./GameCrashManager";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user