export const NotFoundPage = () => { return (

404 Not Found

찾을 수 없음

); }; export default NotFoundPage;