/** @format */ import { FunctionComponent } from "react"; const MainHome: FunctionComponent = () => { return
首页
; }; export default MainHome;