mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
4699f8416e
We have a more specific one for `use cache`. This is the counterpart for the default environment.
6 lines
73 B
JavaScript
6 lines
73 B
JavaScript
'use client'
|
|
|
|
export function useClient() {
|
|
return 'client function'
|
|
}
|