/* eslint-disable */ import React from 'react' import Head from 'next/head' function Index () { return (
Index page

Sitemap
Robots

) } export default Index