Bladeren bron

Remove material dependency from Card component

Tatiana Inama 6 jaren geleden
bovenliggende
commit
cdf27b3d0e
1 gewijzigde bestanden met toevoegingen van 0 en 9 verwijderingen
  1. 0 9
      recipes/src/components/Card/index.tsx

+ 0 - 9
recipes/src/components/Card/index.tsx

@@ -1,14 +1,5 @@
 import React from 'react';
-import Card, {
-  CardActions,
-  CardActionButtons,
-  CardPrimaryContent,
-  CardMedia,
-  CardActionIcons
-} from "@material/react-card";
 import Button from "components/Button";
-import '@material/react-card/dist/card.min.css';
-import '@material/react-button/dist/button.min.css';
 
 import './styles.scss';
 import sample_img from "sample.png";