Добавление открытия / закрытия модалки создания задачи (#78)

* Добавить открытие\закрытие модалки создания задачи #63

написал каркас функции и рендеринга,
настроил открытие и закрытие модалки
This commit is contained in:
Max Nikitin
2021-01-28 11:45:29 +03:00
committed by GitHub
parent 4f389c47f5
commit c0b21882ce
10 changed files with 98 additions and 56 deletions

View File

@ -23,9 +23,9 @@ const useStyles = makeStyles(() =>
container: {
height: '100hv',
display: 'flex',
flexDirection: 'column',
},
}),
flexDirection: 'column'
}
})
);
const Page: React.FC = () => {