feat: 用户信息页面
This commit is contained in:
7
src/components/Main/Share/index.tsx
Normal file
7
src/components/Main/Share/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @format */
|
||||
import { FunctionComponent } from "react";
|
||||
|
||||
const MainShare: FunctionComponent = () => {
|
||||
return <div>分享</div>;
|
||||
};
|
||||
export default MainShare;
|
Reference in New Issue
Block a user