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/Chapters.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/types/Chapters.ts') diff --git a/frontend/src/types/Chapters.ts b/frontend/src/types/Chapters.ts index 8924b97..5b494ca 100644 --- a/frontend/src/types/Chapters.ts +++ b/frontend/src/types/Chapters.ts @@ -1,5 +1,5 @@ -import type { Game } from '@customTypes/Game'; -import type { Map } from '@customTypes/Map'; +import type { Game } from "@customTypes/Game"; +import type { Map } from "@customTypes/Map"; interface Chapter { id: number; -- cgit v1.2.3