Skip to content

Commit

Permalink
chore: unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wye committed May 5, 2024
1 parent d6ad90d commit 9c5325a
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import {
type Player,
type Ranking,
type Room,
type RoomState
} from '@caho/schemas';
import { type Player, type Ranking, type Room } from '@caho/schemas';
import { type CreateRoomInput } from '@/schemas/create-room';
import { type JoinRoomInput } from '@/schemas/join-room';
import { type LeaveRoomInput } from '@/schemas/leave-room';
Expand Down

0 comments on commit 9c5325a

Please sign in to comment.