aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/types/Chapters.ts
diff options
context:
space:
mode:
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;