uncomment keyboard

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-11-28 16:21:03 +03:00
parent 5688144a5e
commit e3ca67f2c0

View File

@ -208,9 +208,9 @@ export const MainPage = () => {
return ( return (
<MainWrapper> <MainWrapper>
<LogoImg src={logo} /> <LogoImg src={logo} />
<Start /> {/* <Start /> */}
{/* {!showStart && <Input onStart={() => setShowStart(true)} />} {!showStart && <Input onStart={() => setShowStart(true)} />}
{showStart && <Start />} */} {showStart && <Start />}
</MainWrapper> </MainWrapper>
); );
}; };