import { IconPointFilled } from '@tabler/icons-react'; import { colors } from '@/constants'; export default function SectionLabel({ label }: { label: string }) { return (

{label}

); }