Skip to content

Commit

Permalink
build 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
은지 committed Aug 23, 2024
1 parent 952a896 commit 71e6eaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Apis/Companies/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
useMutation,
useQueries,
useQuery,
useQueryClient,
} from 'react-query';
import { useParams } from 'react-router-dom';
import { instance } from '../axios';
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Detail/CompanyDetail/Edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
useToastStore,
Text,
} from '@team-return/design-system';
import { Dispatch, SetStateAction, useEffect, useRef, useState } from 'react';
import { Dispatch, SetStateAction, useRef, useState } from 'react';
import { CompanyDetailResponse } from '../../../../Apis/Companies/response';
import { useForm } from '../../../../Hooks/useForm';
import * as _ from '../../style';
Expand Down

0 comments on commit 71e6eaa

Please sign in to comment.