import isClient from '../../services/isClient' /** * @deprecated Use the `isClient` export instead. We don't need to call this as a hook since the value is static. */ export function useIsClient(): boolean { return isClient }