Merge branch 'development' into feat/FE/US-81/production-result-report

This commit is contained in:
ValdiANS
2025-12-30 22:30:56 +07:00
44 changed files with 4799 additions and 449 deletions
+3 -5
View File
@@ -1,9 +1,7 @@
import DashboardProduction from '@/components/pages/dashboard/DashboardProduction';
const Dashboard = () => {
return (
<section className='w-full p-4'>
<h1 className='text-3xl font-bold text-primary'>Dashboard</h1>
</section>
);
return <DashboardProduction />;
};
export default Dashboard;