aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/types/Chapters.ts
diff options
context:
space:
mode:
authorFifthWit <fifthwitbusiness@gmail.com>2025-01-30 13:11:48 -0600
committerFifthWit <fifthwitbusiness@gmail.com>2025-01-30 13:11:48 -0600
commit81342e2579165ebfdb28c749dc5225141721a419 (patch)
tree8e5759c20b92408048fe5ac44f48e2df2a00ab9b /frontend/src/types/Chapters.ts
parentfixed issues with useCallback (diff)
downloadlphub-81342e2579165ebfdb28c749dc5225141721a419.tar.gz
lphub-81342e2579165ebfdb28c749dc5225141721a419.tar.bz2
lphub-81342e2579165ebfdb28c749dc5225141721a419.zip
switched to double quotes
Diffstat (limited to 'frontend/src/types/Chapters.ts')
-rw-r--r--frontend/src/types/Chapters.ts4
1 files changed, 2 insertions, 2 deletions
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 @@
1import type { Game } from '@customTypes/Game'; 1import type { Game } from "@customTypes/Game";
2import type { Map } from '@customTypes/Map'; 2import type { Map } from "@customTypes/Map";
3 3
4interface Chapter { 4interface Chapter {
5 id: number; 5 id: number;