From 81342e2579165ebfdb28c749dc5225141721a419 Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 30 Jan 2025 13:11:48 -0600 Subject: switched to double quotes --- frontend/src/types/Game.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/types/Game.ts') diff --git a/frontend/src/types/Game.ts b/frontend/src/types/Game.ts index be2cd73..0e7dc80 100644 --- a/frontend/src/types/Game.ts +++ b/frontend/src/types/Game.ts @@ -1,4 +1,4 @@ -import type { Map } from '@customTypes/Map'; +import type { Map } from "@customTypes/Map"; export interface Game { id: number; -- cgit v1.2.3