import React from 'react' export default function Page() { return ( <> <p>pages-another/hello</p> </> ) }