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

404

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

처음으로
) }