refactor: remove unused code

This commit is contained in:
Kim, Jimin 2023-06-29 14:13:58 +09:00
parent e18c8dcdc5
commit cb8ba18eec

View file

@ -30,10 +30,6 @@ const StyledTitle = styled.h1`
word-wrap: break-word; word-wrap: break-word;
` `
const ProjectImage = styled.img`
max-width: 100%;
`
export default function Page() { export default function Page() {
const { pathname } = useLocation() const { pathname } = useLocation()