next.js/test/integration/import-assertion/pages/es.js
es.js6 lines103 B
import data from '../data' assert { type: 'json' }

export default function Es() {
  return data.foo
}
Quest for Codev2.0.0
/
SIGN IN