move channel_names to consts folder

This commit is contained in:
Halit Aksoy 2022-07-15 19:29:55 +03:00
parent 17c6c9f7dd
commit 2ff93b2ae4
2 changed files with 1 additions and 1 deletions

View File

@ -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";