import './notFoundView.less';

export function NotFoundView() {
  return (
    <div className='page-not-found'>
      <h1>404 &ndash; Not Found</h1>
    </div>
  );
}
