Deskripsi: - add report division - view create anggota division - update drawer detail division - update information division - view edit division - view report division No issue
10 lines
183 B
TypeScript
10 lines
183 B
TypeScript
import React from 'react';
|
|
import ReportDivisionId from '../components/report_division_id';
|
|
|
|
export default function ViewReportDivision() {
|
|
return (
|
|
<ReportDivisionId/>
|
|
);
|
|
}
|
|
|