Skip to content

Commit

Permalink
⚡️:: 쓸데없는 import 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
paperdeer committed Jan 25, 2022
1 parent 93a86b5 commit c5e6841
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

108 changes: 108 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/components/Common/upload/files/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as S from './styles';
import addFile from '../../../../assets/img/Common/addFile.svg';
import removeFileIcon from '../../../../assets/img/Common/removeFile.svg';
import {UploadDataType} from "../../../../interface/Common/Common.type";
import {stat} from "fs";

interface PropsType{
state : UploadDataType
Expand Down

0 comments on commit c5e6841

Please sign in to comment.