Skip to content

Commit

Permalink
Fix: 심플리스트 타입 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSohyunee committed Dec 31, 2024
1 parent 565e260 commit 2adc556
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/SimpleList/SimpleList.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { ListItemType } from '@/lib/types/exploreType';

import * as styles from './SimpleList.css';
import HeartIcon from '/public/icons/ver3/blue_heart.svg';
import { ListItemType } from '@/lib/types/listType';

interface SimpleListProps {
items: ListItemType[];
Expand Down

0 comments on commit 2adc556

Please sign in to comment.