Skip to content

Commit

Permalink
fix: build에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
egg-silver committed Sep 24, 2024
1 parent b4c72d2 commit 142e117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tab/Pannels/WishList.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import BookBox from '../../shelf/BookBox'
import { GoHeartFill } from 'react-icons/go'
import { useEffect, useState } from 'react'
import { useState } from 'react'
import { baseInstance } from '../../../api/config'
import { useMyContext } from '../../Context/MyContext'
import Swal from 'sweetalert2'
Expand Down

0 comments on commit 142e117

Please sign in to comment.