Skip to content

Instantly share code, notes, and snippets.

import React from 'react';
import PropTypes from 'prop-types';
import styled from 'styled-components';
import { List, ListItem, ListItemIcon, ListItemText } from '@material-ui/core';
import { withRouter, RouteComponentProps } from 'react-router';
import CleanLink from '../CleanLink';
import { animated, useTransition } from 'react-spring';
import { DrawerItemData } from './getDrawerItems';