From 69aeb7889ac136a8e4fbe7de1330298e30345479 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:59:12 +0400 Subject: feat/frontend: switch to vite, update node to v22 (#281) --- frontend/src/types/Map.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/src/types/Map.ts') 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 @@ -import type { Category, GameCategoryPortals } from '@customTypes/Game'; -import type { Pagination } from '@customTypes/Pagination'; -import type { UserShort } from '@customTypes/Profile'; +import type { Category, GameCategoryPortals } from "@customTypes/Game"; +import type { Pagination } from "@customTypes/Pagination"; +import type { UserShort } from "@customTypes/Profile"; export interface Map { id: number; -- cgit v1.2.3