import React, { useState } from 'react'; import './index.less'; const IndexPage: React.FC = () => { return
首页
; }; export default IndexPage;