import React from "react"; import './startPage.css'; export const StartPage:React.FC = React.memo(() => { return
})