From 69aeb7889ac136a8e4fbe7de1330298e30345479 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:59:12 +0400 Subject: feat/frontend: switch to vite, update node to v22 (#281) --- frontend/src/types/Content.ts | 4 ---- 1 file changed, 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..accb441 100644 --- a/frontend/src/types/Content.ts +++ b/frontend/src/types/Content.ts @@ -13,10 +13,6 @@ export interface MapDiscussionContent { content: string; }; -export interface MapDiscussionCommentContent { - comment: string; -}; - export interface UploadRunContent { host_demo: File | null; partner_demo: File | null; -- cgit v1.2.3