import Heading from "@/components/ui/heading"; function NoMatch() { return ( <> 404

Page not found

); } export default NoMatch;