Skip to content

Commit

Permalink
FE-59 🔥 에피그램 카드 테스트 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
newjinlee committed Jul 11, 2024
1 parent 8381a05 commit 5e0f15a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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 EpigramCard from '@/components/Card/EpigramCard';

export default function Home() {
// NOTE: 테스트를 위해서 typescript-eslint/no-unused-vars도 잠시 끔!
Expand Down Expand Up @@ -30,11 +29,8 @@ export default function Home() {
</Head>
<main>
<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>

<EpigramCard />
<p className='font-iropkeBatang text-illust-yellow bg-error'>Iropke Batang</p>{' '}
</main>
</>
);
Expand Down

0 comments on commit 5e0f15a

Please sign in to comment.