styled components i przerwy miedzy godzinami

This commit is contained in:
wrzesinski-hubert
2020-08-18 18:32:26 +02:00
parent 281a1742bc
commit 8ebabcf8ef
6 changed files with 124 additions and 130 deletions

View File

@ -1,9 +1,8 @@
import React, { useState, useContext } from 'react';
import { Topbar } from './Topbar';
import { Transfer } from './Transfer/Transfer';
import { Transfer } from './Transfer';
import { Scheduler } from './Scheduler';
import { Rightbar } from './Rightbar';
import { CASContext } from '../contexts/CASProvider';
import styled from 'styled-components';
const Wrapper = styled.div`