diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-10 16:02:07 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-10 16:02:07 -0400 |
| commit | 632af35d8a0871ca8c1041d0e14d63e2b457d168 (patch) | |
| tree | 6d3ccae3cb20a082e4e6ea6fd982152568000193 /frontend/components/LoadingItem.js | |
| parent | e0c628528142f26ce9a42ba4c3c5d2cb41114a56 (diff) | |
Styles
Diffstat (limited to 'frontend/components/LoadingItem.js')
| -rw-r--r-- | frontend/components/LoadingItem.js | 6 |
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() { |
