import { Button, Container, Text } from "@chakra-ui/react" import { Link } from "@tanstack/react-router" const NotFound = () => { return ( <> 404 Oops! Page not found. ) } export default NotFound