From e40f07211f5f15dcb138e2520a76d13afd3c0cfd Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 30 Jan 2025 10:44:30 -0600 Subject: formatted with prettier --- frontend/src/types/Content.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontend/src/types/Content.ts') diff --git a/frontend/src/types/Content.ts b/frontend/src/types/Content.ts index 775fab4..77b3970 100644 --- a/frontend/src/types/Content.ts +++ b/frontend/src/types/Content.ts @@ -6,18 +6,18 @@ export interface ModMenuContent { showcase: string; description: string; category_id: number; -}; +} export interface MapDiscussionContent { title: string; content: string; -}; +} export interface MapDiscussionCommentContent { comment: string; -}; +} export interface UploadRunContent { host_demo: File | null; partner_demo: File | null; -}; +} -- cgit v1.2.3