1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00
This commit is contained in:
sjaanus 2025-07-29 17:11:46 +03:00
parent c34849387d
commit 293301396c
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF

View File

@ -26,7 +26,7 @@ import {
import { createTooltip } from 'component/insights/components/LineChart/createTooltip';
import { CreationArchiveTooltip } from './CreationArchiveTooltip.tsx';
import { CreationArchiveRatioTooltip } from './CreationArchiveRatioTooltip.tsx';
import { getFlagTypeColors } from './flagTypeColors.ts';
import { getFlagTypeColors } from './flagTypeColors.js';
ChartJS.register(
CategoryScale,