Skip to content

Commit

Permalink
Refactor: Refactor admin file-list import error
Browse files Browse the repository at this point in the history
  • Loading branch information
swgvenghy committed Jul 22, 2024
1 parent 715aec7 commit b1a62a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/admin/file-list.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Button, Divider, Select } from 'antd';
import React, { useState } from 'react';
import { UploadFile } from 'antd/es/upload/interface';
import Uploader from '../../components/molecule/admin/uploader';
import { useForm } from '../../../hooks/useForm';
import Uploader from '../../components/molecule/admin/Uploader';

const FileList: React.FC = () => {
const [category, setCategory] = useState('모집요강');
Expand Down

0 comments on commit b1a62a9

Please sign in to comment.