Skip to content

Commit

Permalink
refactor: fix async error
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-komlyk committed Jun 16, 2024
1 parent 2fc8604 commit 2e06ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/app/[locale]/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as React from 'react';

import { TrpcProvider } from '../(utils)/trpc/Provider';

export async function Providers({ children }: { children: React.ReactNode }) {
export function Providers({ children }: { children: React.ReactNode }) {
return (
<TrpcProvider>
<NextUIProvider>{children}</NextUIProvider>
Expand Down

0 comments on commit 2e06ca9

Please sign in to comment.