style : update app

This commit is contained in:
lukman
2024-07-04 16:43:26 +08:00
parent e62243b887
commit 62c2f69228
4 changed files with 13 additions and 6 deletions

View File

@@ -1,10 +1,9 @@
import { ViewGroup } from '@/module/group';
import React from 'react';
function Page() {
return (
<div>
Page
</div>
<ViewGroup />
);
}