upd: new group

Deskripsi:
- pembaruan api group

NO Issues
This commit is contained in:
amel
2024-08-07 17:39:21 +08:00
parent 5ff92ca0d3
commit 4687b7382d
13 changed files with 318 additions and 71 deletions

View File

@@ -1,9 +1,13 @@
import { ViewGroup } from '@/module/group';
import { NavbarGroup, TabListGroup } from '@/module/group';
import { Box } from '@mantine/core';
import React from 'react';
function Page() {
return (
<ViewGroup />
<Box>
<NavbarGroup />
<TabListGroup />
</Box>
);
}