Deskripsi:
- one detail divisi
- update routing fitur divisi
- update env

No Issues
This commit is contained in:
amel
2024-08-05 17:00:13 +08:00
parent 00cb587446
commit 03fcfcf6b4
23 changed files with 140 additions and 65 deletions

View File

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