style : update view project
Deskripsi: - add view detail project - add view update progres No issue
This commit is contained in:
9
src/module/project/view/view_update_progres.tsx
Normal file
9
src/module/project/view/view_update_progres.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import UpdateProgres from '../components/update_progres';
|
||||
|
||||
export default function ViewUpdateProgres() {
|
||||
return (
|
||||
<UpdateProgres />
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user