chore: upgrade @ciphera-net/ui to v0.0.14 and refactor component imports

This commit is contained in:
Usman Baig
2026-01-24 11:42:19 +01:00
parent 2b5efc70c1
commit 33779ebf77
12 changed files with 10 additions and 420 deletions

View File

@@ -16,7 +16,7 @@ import type { TooltipProps } from 'recharts'
import { formatNumber, formatDuration } from '@/lib/utils/format'
import { ArrowTopRightIcon, ArrowBottomRightIcon, DownloadIcon, BarChartIcon } from '@radix-ui/react-icons'
import { Button } from '@ciphera-net/ui'
import { Checkbox } from '@/components/ui/Checkbox'
import { Checkbox } from '@ciphera-net/ui'
const COLORS = {
brand: '#FD5E0F',