refactor(FE): Add Icon component and update table styles

This commit is contained in:
rstubryan
2026-02-19 10:55:07 +07:00
parent 4c1f11d859
commit c3a69bc66a
5 changed files with 32 additions and 3 deletions
@@ -5,6 +5,7 @@ import { useSearchParams } from 'next/navigation';
import useSWR from 'swr';
import { ColumnDef, SortingState } from '@tanstack/react-table';
import { Icon } from '@iconify/react';
import Table from '@/components/Table';
import Card from '@/components/Card';