aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/types/Map.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/types/Map.ts')
-rw-r--r--frontend/src/types/Map.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/src/types/Map.ts b/frontend/src/types/Map.ts
index 4f8eabf..b12d965 100644
--- a/frontend/src/types/Map.ts
+++ b/frontend/src/types/Map.ts
@@ -1,6 +1,6 @@
1import type { Category, GameCategoryPortals } from '@customTypes/Game'; 1import type { Category, GameCategoryPortals } from "@customTypes/Game";
2import type { Pagination } from '@customTypes/Pagination'; 2import type { Pagination } from "@customTypes/Pagination";
3import type { UserShort } from '@customTypes/Profile'; 3import type { UserShort } from "@customTypes/Profile";
4 4
5export interface Map { 5export interface Map {
6 id: number; 6 id: number;