Skip to content

Commit

Permalink
regular providers
Browse files Browse the repository at this point in the history
  • Loading branch information
iampava committed Nov 9, 2024
1 parent eb7147a commit 60841d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export default function RootLayout({
return (
<html lang="en">
<body>
{/* <RegularProviders>
<RegularProviders>
{children}
</RegularProviders> */}
<WithCacheProviders>
</RegularProviders>
{/* <WithCacheProviders>
{children}
</WithCacheProviders>
</WithCacheProviders> */}
</body>
</html>
);
Expand Down

0 comments on commit 60841d9

Please sign in to comment.