next.js/test/integration/page-config/pages/valid/not-config-import-export.js
not-config-import-export.js12 lines186 B
import { config } from '../../config'

export { config as notConfig }

export const getServerSideProps = () => {
  return {
    props: {},
  }
}

export default () => <p>hello world</p>
Quest for Codev2.0.0
/
SIGN IN