Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Mar 10, 2023
1 parent 3d756ab commit 8e3e00d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ export default function App(props: AppProps & { colorScheme: ColorScheme }) {
const contentWithLayout = (
<>
<Header />
<ContentContainer> <Component {...pageProps} /></ContentContainer>
<ContentContainer>
{" "}
<Component {...pageProps} />
</ContentContainer>
<Footer />
</>
);
Expand Down

0 comments on commit 8e3e00d

Please sign in to comment.