ft_transcendence/src/pages/NoPage.js
Adrien LSH@42 3e24f05c39 basic spa
2023-10-25 14:32:07 +00:00

6 lines
73 B
JavaScript

const NoPage = () => {
return <h1>404</h1>;
};
export default NoPage;