Chakra and globals
This commit is contained in:
9
frontend/app/providers.js
Normal file
9
frontend/app/providers.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { CacheProvider, ChakraProvider } from '~/app/ui'
|
||||
|
||||
export function Providers({ children }) {
|
||||
return (
|
||||
<CacheProvider>
|
||||
<ChakraProvider>{children}</ChakraProvider>
|
||||
</CacheProvider>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user