Skip to content

Commit

Permalink
Remove layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Miklaszewski committed Apr 27, 2023
1 parent ef15444 commit 94b5fde
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/next-app/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ export default function App({ Component, pageProps }: CustomAppProps) {
>
<AppProviders>
<main className={nunito.className}>
<Layout>
<Component {...pageProps} />)
</Layout>
<Component {...pageProps} />)
</main>
</AppProviders>
</SessionContextProvider>
Expand Down

0 comments on commit 94b5fde

Please sign in to comment.