From b114b1a9189b5c7c96ec761b963fa029dd1ee90b Mon Sep 17 00:00:00 2001 From: hyuna Date: Tue, 28 May 2024 16:47:22 +0900 Subject: [PATCH] =?UTF-8?q?fix=20::=20=EB=B9=8C=EB=93=9C=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Apis/Applications/index.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Apis/Applications/index.ts b/src/Apis/Applications/index.ts index cee893c..57abbec 100644 --- a/src/Apis/Applications/index.ts +++ b/src/Apis/Applications/index.ts @@ -1,11 +1,11 @@ -import { - useMutation, - MutationOptions, - useQuery, -} from 'react-query'; +import { useMutation, MutationOptions, useQuery } from 'react-query'; import { instance } from '../axios'; import { ApplicantInfoQueryStringType } from './request'; -import { ApplicationResponse, InternshipStudentResponse } from './response'; +import { + ApplicationResponse, + CntType, + InternshipStudentResponse, +} from './response'; const router = '/applications';