feat: add layout and org
This commit is contained in:
4
src/pages/org/layouts/index.tsx
Normal file
4
src/pages/org/layouts/index.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import { LayoutMain } from '@/modules/layout';
|
||||
export const Main = () => {
|
||||
return <LayoutMain title='User' />;
|
||||
};
|
||||
Reference in New Issue
Block a user