Skip to content

Commit

Permalink
fix :: 빌드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed May 28, 2024
1 parent 936effe commit b114b1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Apis/Applications/index.ts
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit b114b1a

Please sign in to comment.