mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 23:05:46 +00:00
fix(FE): remove unused import
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
import Alert from '@/components/Alert';
|
||||
import Card from '@/components/Card';
|
||||
import { formatNumber } from '@/lib/helper';
|
||||
import {
|
||||
DashboardOverviewCharts,
|
||||
DashboardStatisticsData,
|
||||
} from '@/types/api/dashboard/dashboard';
|
||||
import { DashboardStatisticsData } from '@/types/api/dashboard/dashboard';
|
||||
import { Icon } from '@iconify/react';
|
||||
import { forwardRef, useImperativeHandle, useRef } from 'react';
|
||||
interface DashboardStatsProps {
|
||||
|
||||
Reference in New Issue
Block a user