mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 23:05:46 +00:00
feat(FE): adding temporary perhitungan sapronak
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import SapronakCalculationTable from '@/components/pages/us-284/SapronakCalculationTable';
|
||||
|
||||
const PerhitunganSapronak = () => {
|
||||
return (
|
||||
<div className='size-full p-4'>
|
||||
<SapronakCalculationTable projectFlockId={1} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default PerhitunganSapronak;
|
||||
Reference in New Issue
Block a user