From c12a010bff8f000736ef0d53f6e26fb0d4c37863 Mon Sep 17 00:00:00 2001 From: keyy1315 Date: Thu, 15 May 2025 17:10:20 +0900 Subject: [PATCH] fix: delete unused import --- src/types/Survey.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/types/Survey.ts b/src/types/Survey.ts index bb64ff3..2cfbbec 100644 --- a/src/types/Survey.ts +++ b/src/types/Survey.ts @@ -1,5 +1,3 @@ -import { SEARCH_OPTIONS_ENUM, SEARCH_OPTIONS_PARTNERS_ENUM, SORT_OPTIONS_ENUM } from '@/store/surveyFilterStore' - export type SurveyBasicInfo = { ID: number REPRESENTATIVE: string