管理后台初始化,登录,团队管理,报价单管理 完成
This commit is contained in:
8
src/pages/marketing/index.jsx
Normal file
8
src/pages/marketing/index.jsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import { Outlet } from 'react-router-dom';
|
||||
|
||||
const MarketingCenter = () => {
|
||||
return <Outlet />;
|
||||
};
|
||||
|
||||
export default MarketingCenter;
|
||||
Reference in New Issue
Block a user