zmiany guziki klasy i stara szafa

This commit is contained in:
wrzesinski-hubert
2020-06-03 18:15:51 +02:00
parent 8990ee2837
commit 46668a6bdb
3 changed files with 40 additions and 14 deletions

View File

@ -13,9 +13,15 @@ function App() {
textChangeHandler={(e) => {
setText(e.target.value);
}}
handleOpen={(e) => {
handleTransfer={(e) => {
setOpen(!isOpen);
}}
handleLanguage={(e)=>{
alert("chuj1");
}}
handleProfile={(e)=>{
alert("chuj2");
}}
isOpen={isOpen}
/>
<Transfer