Explorar o código

Remove material dependency from Card component

Tatiana Inama %!s(int64=6) %!d(string=hai) anos
pai
achega
cdf27b3d0e
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  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";