aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/types/PlayerInfo.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/types/PlayerInfo.ts')
-rw-r--r--frontend/app/types/PlayerInfo.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/app/types/PlayerInfo.ts b/frontend/app/types/PlayerInfo.ts
deleted file mode 100644
index e282ba9..0000000
--- a/frontend/app/types/PlayerInfo.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import type { PlayerProfile } from "./PlayerProfile";
-import type { PlayerState } from "./PlayerState";
-
-export type PlayerInfo = {
- profile: PlayerProfile;
- state: PlayerState;
-};