Initial commit
This commit is contained in:
9
apps/admin/src/app/providers.tsx
Normal file
9
apps/admin/src/app/providers.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
"use client"
|
||||
|
||||
import type { ReactNode } from "react"
|
||||
|
||||
import { QueryProvider } from "@/providers/query-provider"
|
||||
|
||||
export function Providers({ children }: { children: ReactNode }) {
|
||||
return <QueryProvider>{children}</QueryProvider>
|
||||
}
|
||||
Reference in New Issue
Block a user