'use client'
import { QueryClientProvider } from '@tanstack/react-query'
import { domMax, LazyMotion } from 'motion/react'
import type { JSX, PropsWithChildren } from 'react'
import { ProviderComposer } from '../../components/common/ProviderComposer'
import { queryClient } from '../../lib/query-client'
const contexts: JSX.Element[] = [
,
,
]
export function Providers({ children }: PropsWithChildren) {
return {children}
}