import { useKey } from "@kevisual/context"; export const isCnb = () => { const CNB = useKey('CNB'); return !!CNB; }