import React from 'react' import './NotFoundPage.css' const notFoundPage = () => { return (

404

Page not found

The page you are looking for might have been removed, had its name changed, or doesn't exist.

Back to login
) } export default notFoundPage