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

404

없는 화면입니다

빌더로 이동
); }