Skip to content

Commit

Permalink
📑 :: <Rename file title>
Browse files Browse the repository at this point in the history
파일 이름 대소문자 변경
  • Loading branch information
wotjd1799 committed Sep 30, 2021
1 parent 36a24e7 commit 6d0ced2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

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

1 change: 0 additions & 1 deletion zamong/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as S from './styles';
import LinkIcon from '../../assets/icons/link.svg';
import Github from '../../assets/icons/github.svg';
import { Link } from 'react-router-dom';
const Footer = () : JSX.Element => {

return (
Expand Down
1 change: 0 additions & 1 deletion zamong/src/components/Header/Filter/Filter.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as S from './styles';

import FilterIcon from '../../../assets/icons/filterIcon.svg';
import DownChevronIcon from '../../../assets/icons/downChevron.svg';
import { useState } from 'react';
Expand Down

0 comments on commit 6d0ced2

Please sign in to comment.