From cb8ba18eec63515f136cdd6fd1a4e7a095243300 Mon Sep 17 00:00:00 2001 From: developomp Date: Thu, 29 Jun 2023 14:13:58 +0900 Subject: [PATCH] refactor: remove unused code --- apps/blog/src/pages/Page/Page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/blog/src/pages/Page/Page.tsx b/apps/blog/src/pages/Page/Page.tsx index f552ab3..a0c246a 100644 --- a/apps/blog/src/pages/Page/Page.tsx +++ b/apps/blog/src/pages/Page/Page.tsx @@ -30,10 +30,6 @@ const StyledTitle = styled.h1` word-wrap: break-word; ` -const ProjectImage = styled.img` - max-width: 100%; -` - export default function Page() { const { pathname } = useLocation()