import React from "react"; export default function Forgot () { return ( <div> <p>리액트 라우터 실습 프로젝트입니다.</p> </div> // Board Page ); }