Skip to content

Commit

Permalink
chore: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
yougyung committed Mar 14, 2024
1 parent b3dac84 commit a7486e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/view/molecule/upload-pdf/upload-pdf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from 'next/image';
import uploadBox from '@/public/assets/upload-box.svg';
import checkedBox from '@/public/assets/checked-box.svg';
import usePdfFile from '@/app/hooks/usePdfFile';
import { ChangeEvent, DragEvent } from 'react';
import { ChangeEvent } from 'react';

function UploadPdf() {
const { file, changeFile } = usePdfFile();
Expand Down

0 comments on commit a7486e6

Please sign in to comment.