mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-13 17:21:53 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import '../styles/globals.css'
|
||||
import { ChakraProvider } from '@chakra-ui/react';
|
||||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return (
|
||||
<ChakraProvider>
|
||||
<Component {...pageProps} />
|
||||
</ChakraProvider>
|
||||
)
|
||||
}
|
||||
|
||||
export default MyApp
|
||||
Reference in New Issue
Block a user