react-code-dataset
/
next.js
/test
/e2e
/app-dir
/app-css
/app
/not-found
/clientcomponent
/client-component.js
| 'use client' | |
| import { notFound } from 'next/navigation' | |
| export default function ClientComp() { | |
| notFound() | |
| return <></> | |
| } | |