This commit is contained in:
2025-04-03 19:29:57 +08:00
parent 521255c1af
commit 9add82dc7e
28 changed files with 749 additions and 267 deletions

View File

@@ -1,4 +1,4 @@
import { LayoutMain } from '@/modules/layout';
export const Main = () => {
return <LayoutMain title='User' />;
return <LayoutMain title='User Org' />;
};