Skip to content

Commit

Permalink
FE-61 ๐Ÿ”จ CommentCard ํƒ€์ž… ๋‚ด๋ถ€ ์ •์˜
Browse files Browse the repository at this point in the history
  • Loading branch information
newjinlee committed Jul 15, 2024
1 parent 6dd4a48 commit 78d6bd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion src/components/Card/CommentCard.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import React from 'react';
import Image from 'next/image';
import { CommentCardProps } from '@/types/CommentCardTypes';
import { sizeStyles, textSizeStyles, gapStyles, paddingStyles, contentWidthStyles } from '@/styles/CommentCardStyles';

export interface CommentCardProps {
status: 'edit' | 'complete';
}

function CommentCard({ status }: CommentCardProps) {
return (
<div
Expand Down
3 changes: 0 additions & 3 deletions src/types/CommentCardTypes.ts

This file was deleted.

0 comments on commit 78d6bd0

Please sign in to comment.