style : update division new

This commit is contained in:
lukman
2024-07-11 14:06:45 +08:00
parent 22302c2d0a
commit e5282e90ba
15 changed files with 649 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
import React from 'react';
import DetailDivision from '../components/detail_division/detail_division';
export default function ViewDetailDivision() {
return (
<DetailDivision />
);
}