import { CacheProvider, ChakraProvider } from '~/app/ui' export function Providers({ children }) { return ( {children} ) }