next.js/examples/custom-server/app/b/page.tsx
page.tsx4 lines55 B
export default function B() {
  return <div>b</div>;
}
Quest for Codev2.0.0
/
SIGN IN