changesV2

This commit is contained in:
wrzesinski-hubert
2020-06-07 16:31:35 +02:00
parent 404361b97a
commit 25422bff3a
2 changed files with 15 additions and 8 deletions

View File

@ -35,10 +35,7 @@ function App() {
/>
<div className="wraper">
<div className="wraper__calendar">
<Schedule
data={appointments}
currentDate={new Date("2020-06-01")}
></Schedule>
<Schedule data={appointments} />
</div>
<div className="wraper__rightbar">
<RightBar />