import { Grid, GridItem, Show } from ‘@chakra-ui/react~’
import NavBar from “./components/navbar”
import GameGrid from “./components/GameGrid”
function App() {
return <Grid templateAreas={{
base: "nav" "main"
,
lg: "nav nav" "aside main"
}}>
Aside
}
export default App
in the following code the very first line says "Module @Chakra-ui/react has no exported member show. Please help and this too:
import { ChakraProvider, ColorModeScript } from ‘@chakra-ui/react’
in this it has “no exported member color mode script” apperantly so please help thank you