style : add division

This commit is contained in:
lukman
2024-07-10 16:30:30 +08:00
parent 28a710d402
commit b54780ca62
5 changed files with 25 additions and 2 deletions

View File

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