Skip to content

Commit

Permalink
#83 refactor : remove unused hooks and api
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamong0620 committed Sep 25, 2024
1 parent ca85dc9 commit 8aa0270
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/MyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import { useAtom } from 'jotai';
import { useQuery } from '@tanstack/react-query';
import Pagination from '@mui/material/Pagination';
import { notifications, unreadCount } from '../contexts/sseAtom';
import useTeamDashBoard from '../hooks/useTeamDashBoard';
import { postTeamDashboard } from '../api/TeamDashBoardApi';

const MyPage = () => {
const navigate = useNavigate();
Expand Down

0 comments on commit 8aa0270

Please sign in to comment.