Skip to content

Commit 2a5036e

Browse files
mtm-git1018EunbinJung
authored andcommitted
[style]keep컴포넌트
1 parent 1469169 commit 2a5036e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/app/design-system/page.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,6 @@ function Page() {
160160
<h2 className="text-2xl font-semibold pb-1">Spinner</h2>
161161
<Spinner />
162162
</div>
163-
164-
<div className="space-y-3">
165-
<h2 className="text-2xl font-semibold pb-1">Spinner</h2>
166-
<Spinner />
167-
</div>
168163
</div>
169164
);
170165
}

src/shared/components/keep/Keep.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import KeepIcon from '@/shared/assets/icons/keep_36.svg';
22
import KeepIconActive from '@/shared/assets/icons/keep_active_36.svg';
3-
43
import { useState } from 'react';
54
function Keep() {
65
const [isClick, setIsClick] = useState(false);

0 commit comments

Comments
 (0)