Skip to content

Commit

Permalink
comment on header for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gconnect committed Mar 26, 2024
1 parent 92bd16a commit 272f5e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/frontend/next-app/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ export default function RootLayout({
return (
<html lang="en">
<body className={`${inter.className}`} >
{/* <Header/> */}
<ApolloProvider client={client}>
<ChakraProviders>
<Header/>
{/* <Header/> */}
{children}
<Toaster />
</ChakraProviders>
Expand Down

0 comments on commit 272f5e4

Please sign in to comment.