Преглед на файлове

Remove material dependency from Card component

Tatiana Inama преди 6 години
родител
ревизия
cdf27b3d0e
променени са 1 файла, в които са добавени 0 реда и са изтрити 9 реда
  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";