import { Error404 } from '@/components/icons' export default function NotFound() { return (
Error 404
Page not found!!!
) }