import Icon from "@/components/Icon"; const NotFound = () => { return (

404

); }; export default NotFound;