import { Box, Code, Text, Link, VStack, Grid } from "@teste-ui/react" import { Chakra } from "../Chakra" import { Layout } from "../components/Layout" import { Logo } from "../components/Logo" import { NextChakraLink } from "../components/NextChakraLink" interface IndexProps { cookies?: string } const IndexPage = ({ cookies }: IndexProps) => ( Edit pages/index.tsx and save to reload.

View the properties {" "} to see the Nextjs <Link> in action
Learn more about Chakra
) export default IndexPage export { getServerSideProps } from "../Chakra"