Rename files to kebab-case

This commit is contained in:
sepia 2025-07-19 21:45:57 -05:00
parent 10c0f38df0
commit d60357904b
5 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
import { GameInstance } from '../game/GameInstance';
import { GameInstance } from '../game/game-instance';
export type GameStateType = Pick<
GameInstance,