Skip to content

Commit

Permalink
change from React.FC<type> to ({}:type)
Browse files Browse the repository at this point in the history
  • Loading branch information
joodongkim committed Oct 28, 2024
1 parent e4208c1 commit 3312289
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/items/itemPage/LikeButton.styles.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styled from "styled-components";

import { FlexRowCentered } from "@/styles/CommonStyles";

const PillButton = styled.button`
color: var(--gray-500);
Expand Down
1 change: 0 additions & 1 deletion components/items/itemPage/LikeButton.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import HeartSvg from "@/public/images/icons/ic_heart.svg";
import { FlexRowCentered } from "@/styles/CommonStyles";
import Icon from "@/components/ui/Icon";
import { PillButton, ButtonContent } from "./LikeButton.styles";

Expand Down

0 comments on commit 3312289

Please sign in to comment.