Skip to content

Commit

Permalink
app_page.tsx 제거 및 style import 피드백 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimsj912 committed Jan 1, 2023
1 parent b3cb6aa commit 928bb4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
21 changes: 0 additions & 21 deletions src/pages/_app.page.tsx

This file was deleted.

3 changes: 2 additions & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import '@/styles/common.css';
import '@/styles/reset.css';
import { QueryClientProvider } from '@tanstack/react-query';
import { ReactQueryDevtools } from '@tanstack/react-query-devtools';
import type { AppProps } from 'next/app';
import { RecoilRoot } from 'recoil';

import queryClient from '../configs/queryClient';
import '../styles/reset.css';

if (process.env.NODE_ENV === 'development') {
if (typeof window === 'undefined') {
Expand Down

0 comments on commit 928bb4a

Please sign in to comment.