mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 22:05:45 +00:00
refactor(FE): Use absolute import for Badge
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user