refactor(FE): Refactor ProductionDataClosingTab to use Card component

This commit is contained in:
rstubryan
2026-02-19 12:02:04 +07:00
parent a0af934002
commit a231140bc0
2 changed files with 231 additions and 221 deletions
@@ -6,11 +6,7 @@ import Table from '@/components/Table';
import Card from '@/components/Card';
import { formatCurrency, formatNumber, formatDate } from '@/lib/helper';
import { isResponseSuccess } from '@/lib/api-helper';
import {
BaseClosingSales,
BaseSales,
ClosingSalesSummary,
} from '@/types/api/closing';
import { BaseSales, ClosingSalesSummary } from '@/types/api/closing';
import { Product } from '@/types/api/master-data/product';
import { Customer } from '@/types/api/master-data/customer';
import { Kandang } from '@/types/api/master-data/kandang';