Files
sistem-desa-mandiri/src/module/project/view/view_update_progres.tsx
lukman 38baa0d8ae style : update module
Deskripsi:
- update global
- update project

No issue
2024-07-10 11:36:39 +08:00

10 lines
251 B
TypeScript

import React from 'react';
import UpdateProgres from '../components/detail_project/update_progres';
export default function ViewUpdateProgres({searchParams}: {searchParams: any}) {
return (
<UpdateProgres searchParams={searchParams} />
);
}