Skip to content

Commit

Permalink
fix : useSuspenseQueries 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin committed Sep 25, 2024
1 parent d79d3a6 commit 5a32596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/TimeCollection.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useSuspenseQueries, useSuspenseQuery } from '@tanstack/react-query';
import { useSuspenseQueries } from '@tanstack/react-query';
import { Navigate, useNavigate, useParams } from 'react-router-dom';

import { queries } from '@/apis';
Expand Down

0 comments on commit 5a32596

Please sign in to comment.