Skip to content

Commit

Permalink
feat: [#16]프로필페이지에 infom컴포넌트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kangsuyeong committed Aug 6, 2024
1 parent 9ddbb66 commit 8b09e93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion FITple-Frontend/src/pages/ProfilePage/ProfilePage.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react";
import OptionIcon from "../../../assets/Option.svg";
import {
Box,
ProfileContainer,
ClothContainer,
OptionBtn,
Expand Down
5 changes: 0 additions & 5 deletions FITple-Frontend/src/pages/ProfilePage/ProfilePage.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ export const ClothContainer = styled.div`
border-radius: 30px 30px 0 0;
`;

export const Box = styled.div`
width: 748px;
height: 204px;
border: 1px solid red;
`;
export const OptionBtn = styled.button`
cursor: pointer;
width: fit-content;
Expand Down

0 comments on commit 8b09e93

Please sign in to comment.