scinote-web/app/javascript/packs/shared/404/NotFound.jsx

6 lines
101 B
React
Raw Normal View History

2017-08-22 21:54:47 +08:00
import React from "react";
const NotFound = () => <h1>404 Not found</h1>;
export default NotFound;