Skip to content

Commit

Permalink
FE-48 🔥 출력 확인을 위한 테스트 컴포넌트 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
newjinlee committed Jul 10, 2024
1 parent 9986486 commit 14063df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
12 changes: 0 additions & 12 deletions src/components/Emotion/card/TestComponent.tsx

This file was deleted.

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 ExampleComponent from '@/components/Emotion/card/TestComponent';

export default function Home() {
// NOTE: 테스트를 위해서 typescript-eslint/no-unused-vars도 잠시 끔!
Expand Down Expand Up @@ -33,7 +32,6 @@ export default function Home() {

<p className='font-pretendard text-gray-100 bg-blue-700'>Pretendard</p>
<p className='font-iropkeBatang text-illust-yellow bg-error'>Iropke Batang</p>
<ExampleComponent />
</main>
</>
);
Expand Down

0 comments on commit 14063df

Please sign in to comment.