conflict fixing

This commit is contained in:
Prathamesh Gursal
2024-10-15 21:10:37 +05:30
53 changed files with 1029 additions and 295 deletions

View File

@@ -17,7 +17,7 @@ import { formatDate } from '../utils/dateTimeUtils';
import { APIKeyData } from './types';
import type { ChartData } from 'chart.js';
import SkeletonLoader from '../utils/loader';
import SkeletonLoader from '../components/SkeletonLoader';
ChartJS.register(
CategoryScale,