Home, styles

This commit is contained in:
2023-07-09 21:10:35 +04:00
parent 9382da5750
commit 6438d1900c
9 changed files with 168 additions and 36 deletions

View File

@@ -2,6 +2,7 @@ import App from 'next/app'
import { ChakraProvider } from '@chakra-ui/react'
import Layout from '~/components/layout'
import theme from '~/src/theme'
import '~/src/style.scss'
export default function MyApp({ Component, pageProps, globals, menus }) {
return (