import { Header } from "@/components/docs/header" import { Box, Center, Heading, Icon, Text, VStack } from "@chakra-ui/react" import { TbProgressBolt } from "react-icons/tb" export default function NotFound() { return (
404. Page not found The page you are looking for does not exist.
) }