refactor(FE): Use absolute import for Badge

This commit is contained in:
rstubryan
2026-01-15 12:07:55 +07:00
parent dc3b4f1850
commit c9bace04ec
@@ -1,4 +1,4 @@
import Badge from '../../../../Badge';
import Badge from '@/components/Badge';
import Card from '@/components/Card';
import { Icon } from '@iconify/react';
import { formatNumber } from '@/lib/helper';