update name

This commit is contained in:
Nate Kelley 2025-04-18 13:51:14 -06:00
parent 34b057c7e1
commit 27aed66397
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import { isServer } from '@tanstack/react-query';
import './core/plugins/chartjs-plugin-dayjs';
import { truncateText } from '@/lib/text';
import { DeduplicatedTimeScale } from './core/plugins/chartjs-plugin-tick-duplicate';
import { DeduplicatedTimeScale } from './core/plugins/chartjs-scale-tick-duplicate';
// Register the scale properly
registry.addScales(DeduplicatedTimeScale);