react-code-dataset
/
next.js
/test
/development
/app-dir
/source-mapping
/app
/server-client
/client.js
| 'use client' | |
| export function useClient() { | |
| return 'client function' | |
| } | |