react-code-dataset
/
next.js
/test
/development
/app-dir
/server-component-next-dynamic-ssr-false
/app
/client.js
| 'use client' | |
| export default function Client() { | |
| return 'client' | |
| } | |