import React from 'react';

export default function NotFoundPage() {
  return (
    <div>
      <h2>Not found</h2>
    </div>
  );
}
