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 3d9cd7d commit 9051190
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ export default function App({ Component, pageProps }: AppProps) {
<QueryClientProvider client={queryClient}>
<div id="__wrap">
<main id="__container" ref={containerRef}>
{/* {!isHeader(router) && <CreateHeader headerName="일정 등록" />} */}
{/* {!isHeader(router) && <MainHeader />} */}
<Header router={router} />
{isDragging && <Spinner />}
<Component {...pageProps} />
Expand Down

0 comments on commit 9051190

Please sign in to comment.