Skip to content

Commit

Permalink
reset이 common보다 먼저오도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimsj912 committed Jan 1, 2023
1 parent b0cd9cc commit b501ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { QueryClientProvider } from '@tanstack/react-query';
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
import type { AppProps } from 'next/app';
import { RecoilRoot } from 'recoil';
import 'src/styles/common.css';
import 'src/styles/reset.css';
import 'src/styles/common.css';

import queryClient from '../configs/queryClient';

Expand Down

0 comments on commit b501ae9

Please sign in to comment.