Skip to content

Commit

Permalink
FE-58 🔥 댓글 카드 테스트 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
newjinlee committed Jul 11, 2024
1 parent 1bba1ac commit 4b31636
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Head from 'next/head';
import { useEffect, useState } from 'react';
import CommentCard from '@/components/Card/CommentCard';

export default function Home() {
// NOTE: 테스트를 위해서 typescript-eslint/no-unused-vars도 잠시 끔!
Expand Down Expand Up @@ -32,7 +31,6 @@ export default function Home() {
<div>Epigram Main</div>
<p className='font-pretendard text-gray-100 bg-blue-700'>Pretendard</p>
<p className='font-iropkeBatang text-illust-yellow bg-error'>Iropke Batang</p>
<CommentCard status='edit' />
</main>
</>
);
Expand Down

0 comments on commit 4b31636

Please sign in to comment.