feat: add layout and org

This commit is contained in:
2024-10-08 02:44:11 +08:00
parent fd99875461
commit ec5c64d03a
21 changed files with 962 additions and 130 deletions

View File

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