summaryrefslogtreecommitdiffstats
path: root/frontend/components/LoadingItem.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/components/LoadingItem.js')
-rw-r--r--frontend/components/LoadingItem.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/components/LoadingItem.js b/frontend/components/LoadingItem.js
index 5ba78d8..5736337 100644
--- a/frontend/components/LoadingItem.js
+++ b/frontend/components/LoadingItem.js
@@ -1,12 +1,6 @@
import React from 'react';
-import PropTypes from 'prop-types';
-import Link from 'next/link';
import Title from './styles/Title';
-import AddToCart from './AddToCart';
-import DeleteItem from './DeleteItem';
-import formatMoney from '../lib/formatMoney';
import ItemStyles from './styles/ItemStyles';
-import PriceTag from './styles/PriceTag';
class LoadingItem extends React.Component {
render() {