Skip to content

Commit

Permalink
[#164] chore: 파일 초기 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
mun-jihye committed Jun 21, 2024
1 parent f192856 commit 5d8ffa5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { AppProps } from 'next/app';
import '@/styles/globals.css';
import { Header } from '@/components/common/Header';
import { Header } from '@/components/common/Header/back-header';
import { isHeader } from '@/utils/is-header';
import { isNav } from '@/utils/is-nav';
import { useRouter } from 'next/router';
Expand Down

0 comments on commit 5d8ffa5

Please sign in to comment.