import React from 'react'; import { Header, Navbar, Nav, Icon } from 'rsuite'; const headerStyle = { borderRadius: '7px 7px 0 0', }; function TopBar() { return (
); } export default TopBar;