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