This commit is contained in:
wrzesinski-hubert
2020-08-20 18:14:28 +02:00
parent 8ebabcf8ef
commit 3644b82e29
5 changed files with 29 additions and 21 deletions

View File

@ -1,5 +1,5 @@
import React, { useState, useContext } from 'react';
import { Topbar } from './Topbar';
import Topbar from './Topbar';
import { Transfer } from './Transfer';
import { Scheduler } from './Scheduler';
import { Rightbar } from './Rightbar';