import React from 'react'; import Link from 'next/link'; import { IconCode, IconStack, IconGitPullRequest, IconUser, IconUsers, IconSettings,IconBuilding } from '@tabler/icons'; import StyledWrapper from './StyledWrapper'; const MenuBar = () => { return (
{/* Teams Icon */} {/*
*/}
); }; export default MenuBar;