import React from 'react'; import { Link, NavLink } from 'react-router-dom'; import { Card, CardBody, Typography } from '@material-tailwind/react'; const Sidebar = () => { return (

Snowball

Organization
(isActive ? 'text-blue-500' : '')} > Projects
(isActive ? 'text-blue-500' : '')} > Settings
Documentation
Support
); }; export default Sidebar;