import { Briefcase } from 'lucide-react'; import { Icon } from '@@/Icon'; import { Tooltip } from '@@/Tip/Tooltip'; interface Props { url?: string; } export function LimitedToBeBoxSelectorIndicator({ url }: Props) { return (
Business Feature
); }