select and admin panel

This commit is contained in:
wrzesinski-hubert
2020-11-29 23:42:36 +01:00
parent 540bb9486c
commit 19653178c4
3 changed files with 62 additions and 6 deletions

View File

@ -1,6 +1,7 @@
import React, { useState } from 'react';
import Topbar from './Topbar';
import { Transfer } from './Transfer';
import { Admin } from './Admin';
import { Scheduler } from './Scheduler';
import { Rightbar } from './Rightbar';
import styled from 'styled-components';