import React from "react"; import { Link } from "react-router-dom"; export const NotFound = () => { return (

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

홈으로
); };