Move useCssVariable into ui package

This commit is contained in:
Gregor Vostrak
2026-03-23 19:02:20 +01:00
parent bd3b8f265f
commit b94a04dca0
9 changed files with 8 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ import {
TooltipComponent,
} from 'echarts/components';
import { formatHumanReadableDuration } from '@/packages/ui/src/utils/time';
import { useCssVariable } from '@/utils/useCssVariable';
import { useCssVariable } from '@/packages/ui/src';
import type { Organization } from '@/packages/api/src';
use([CanvasRenderer, PieChart, TitleComponent, GridComponent, TooltipComponent, LegendComponent]);