Chakra and globals

This commit is contained in:
2023-06-14 21:21:55 +04:00
parent 42c5b438c3
commit 2fbdc4cd44
10 changed files with 1872 additions and 23 deletions

3
frontend/app/ui.js Normal file
View File

@@ -0,0 +1,3 @@
'use client'
export { CacheProvider, Link } from '@chakra-ui/next-js'
export * from '@chakra-ui/react'