next.js/test/integration/dynamic-routing/pages/another.js
another.js4 lines69 B
export default function Another() {
  return 'hello from another!'
}
Quest for Codev2.0.0
/
SIGN IN