Skip to content

Commit

Permalink
refactor: 사용하지 않는 import 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kyw0716 committed Aug 16, 2023
1 parent 170c776 commit 37ded02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { QueryClientProvider, QueryClient } from '@tanstack/react-query';
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';

import { configureToken } from '@utils/configureToken';
import { getAPIEndPoint } from '@utils/login';
import { getSessionStorage } from '@utils/storage';

import { mswModeActions } from '@stores/config/mswModeStore';

Expand Down

0 comments on commit 37ded02

Please sign in to comment.