Skip to content

Commit

Permalink
๐Ÿ› Fix : ๋ผ์ดํŠธํ•˜์šฐ์Šค ์˜ค๋ฅ˜, ์•ˆ์“ฐ๋Š” import ์ฃผ์„์ฒ˜๋ฆฌ
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjuyoung78 committed Dec 5, 2024
1 parent ae1ed27 commit 7818e50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
import { ReactQueryDevtools } from '@tanstack/react-query-devtools'

const queryClient = new QueryClient()
import { deleteDogProfile } from '~apis/dog/deleteDogProfile'
// import { deleteDogProfile } from '~apis/dog/deleteDogProfile'
import { fetchDogProfile } from '~apis/dog/fetchDogProfile'

function App() {
Expand Down
1 change: 0 additions & 1 deletion src/modals/SettingModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useModalStore } from '~stores/modalStore'
import Header from '~components/Header'
import { ActionButton } from '~components/Button/ActionButton'
import { deleteMember } from '~apis/myPage/deleteMember'
import { useQuery } from '@tanstack/react-query'
import { useNavigate } from 'react-router-dom'

export default function SettingModal() {
Expand Down

0 comments on commit 7818e50

Please sign in to comment.