const Another = () => 'hi' Another.getInitialProps = () => ({}) export default Another