'use client' import { cn } from '@djangocfg/ui-core/lib' /** * Gesture hint — appears briefly when 3D turns on, since rotate/tilt * (right-drag / Ctrl+drag / two fingers) isn't otherwise discoverable. The * compass chip then offers a one-click reset back to north. */ export function RotateHint({ show }: { show: boolean }) { return (