next.js/test/integration/page-config/pages/index.js
index.js9 lines150 B
import { config as hello } from '../something'
import { config as world } from '../config'

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