Skip to content

Commit

Permalink
chore(vercel): debug 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mydearxym committed Mar 2, 2024
1 parent ad6a15c commit fd9539d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export default function Layout({ children }: { children: React.ReactNode }) {
<StyledComponentsRegistry>
<GraphQLProvider token={token}>
<h2>groupher 4</h2>
{/* <RootStoreProvider token={token}>
<RootStoreProvider token={token}>
<GlobalLayout>{children}</GlobalLayout>
</RootStoreProvider> */}
</RootStoreProvider>
</GraphQLProvider>
</StyledComponentsRegistry>
<Analytics />
Expand Down

0 comments on commit fd9539d

Please sign in to comment.