1import { getClientContext } from '@/client-context'; 2 3const useClientContext = () => getClientContext(); 4 5export default useClientContext;