Skip to content

Commit

Permalink
chore :: build오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Oct 28, 2024
1 parent 992eb72 commit 03150dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/RecruitmentForm/Table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
useToastStore,
} from '@team-return/design-system';
import * as _ from './style';
import { useEffect, useState } from 'react';
import { useState } from 'react';
import { RecruitmentFormResponse } from '../../../Apis/Recruitments/response';
import { Pagination } from '../../../Utils/Pagination';
import {
Expand Down

0 comments on commit 03150dd

Please sign in to comment.