next.js/test/e2e/app-dir/parallel-routes-catchall-specificity/app/trending/page.tsx
page.tsx4 lines70 B
export default function TrendingPage() {
  return <h1>Trending</h1>
}
Quest for Codev2.0.0
/
SIGN IN