Skip to content

Commit

Permalink
Remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Sep 17, 2020
1 parent db4d476 commit 8d9a728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TeamMemberCard/TeamMemberCard.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types'
import { Card, CardHeader, Avatar, IconButton, CardContent,
CardActions, Typography, Link, makeStyles } from '@material-ui/core';
CardActions, Link, makeStyles } from '@material-ui/core';
import WebsiteIcon from '@material-ui/icons/Language';
import webqueue2Theme from "../../theme";

Expand Down

0 comments on commit 8d9a728

Please sign in to comment.