1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00
This commit is contained in:
sjaanus 2025-07-29 17:14:04 +03:00
parent 293301396c
commit 9e7ee5809c
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.js';
import { getFlagTypeColors } from './flagTypeColors.ts';
ChartJS.register(
CategoryScale,