import { NextPage } from 'next' export const AnotherPage: NextPage = () => { return

Another

} export default AnotherPage