import { Link } from 'react-router-dom'; export default function NotFoundView() { return (

404

페이지를 찾을 수 없습니다.

홈으로 이동
); }