Skip to content

Commit

Permalink
fix: import 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjoo-jung committed Jan 25, 2024
1 parent 9507dd3 commit 20df23c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { useOutsideClick, useToggleChange } from '@hooks/index';
import couponCondition from '@utils/lib/couponCondition';
import { useToast } from '@components/common/ToastContext';
import couponRoomType from '@utils/lib/couponRoomType';
import { debounce } from 'lodash';

const CouponExpose = ({ couponInfo }: CouponListProps) => {
const [isToggle, setIsToggle] = useState(true);
Expand Down

0 comments on commit 20df23c

Please sign in to comment.