import React from 'react'; import { NextPage } from 'next'; const Index: NextPage = () => { return (

Overseer

Here is some text

); }; export default Index;