import {FC} from "react"; const MainPage: FC = () => { return (<> ) } export default MainPage;