small changes

This commit is contained in:
wrzesinski-hubert
2020-11-20 20:39:36 +01:00
parent 5d02e18358
commit 47bfd9572c
4 changed files with 60 additions and 19 deletions

View File

@ -10,6 +10,8 @@ const Wrapper = styled.div`
display: flex;
height: calc(100vh - 80px);
background-color: #ECEEF4;
padding-top:20px;
padding-bottom:20px;
`;
export const App = () => {
@ -24,9 +26,9 @@ export const App = () => {
<Topbar handleTransfer={handleTransfer} />
<Transfer isOpen={isOpenTransfer} handleClose={handleTransfer} />
<Wrapper>
<Admin/>
{/* <Scheduler />
<Rightbar /> */}
{/* <Admin/> */}
<Scheduler />
<Rightbar />
</Wrapper>
</>
);