refactor(FE): Refactor production result components and improve UI

This commit is contained in:
rstubryan
2026-02-13 09:24:42 +07:00
parent 211622c7b0
commit 5c00893ea3
6 changed files with 682 additions and 473 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import ProductionResultContent from '@/components/pages/report/production-result/tab/ProductionResultTab';
import ProductionResultTabs from '@/components/pages/report/production-result/ProductionResultTabs';
const ProductionResultReportPage = () => {
return (
<section className='w-full max-w-full'>
<ProductionResultContent />
<ProductionResultTabs />
</section>
);
};