Skip to content

Commit 980876a

Browse files
mtm-git1018EunbinJung
authored andcommitted
[style]keep컴포넌트 아이콘 편집
1 parent 2a5036e commit 980876a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/components/keep/Keep.tsx

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

0 commit comments

Comments
 (0)