style : update detail division

This commit is contained in:
lukman
2024-07-17 17:38:42 +08:00
parent e813e8d015
commit 581aaa89f0
11 changed files with 89 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
import React from 'react';
export default function ViewReportDivision() {
return (
<div>
ViewReportDivision
</div>
);
}