Skip to content

Commit

Permalink
fix: FallbackPage 헤더 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwl98 committed Nov 14, 2023
1 parent 323c35d commit a92b166
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/pages/FallbackPage/FallbackPage.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { Header } from '@components/Header';

import { PageWrapper } from './FallbackPage.styles';

export const FallbackPage = () => {
return (
<PageWrapper>
<Header isLogo />
</PageWrapper>
);
return <PageWrapper />;
};

0 comments on commit a92b166

Please sign in to comment.