style : add division

This commit is contained in:
lukman
2024-07-10 17:32:38 +08:00
parent b54780ca62
commit 34f077bacd
5 changed files with 210 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
import React from 'react';
import NavbarDivision from '../components/ui/navbar_division';
export default function ViewDivision() {
return (
<NavbarDivision />
);
}