diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-02-13 17:04:00 -0500 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-02-13 17:04:00 -0500 |
| commit | a09b01abf7c03e6b7e43f2175e5a34501808821b (patch) | |
| tree | 21ae6feb1d9ac1a07f045dffc24db406e2a4183b /frontend/components/CartList.js | |
| parent | fa3ec3299b3fa33e5a699683beb96cfa4e6dd51d (diff) | |
omg it works
Diffstat (limited to 'frontend/components/CartList.js')
| -rw-r--r-- | frontend/components/CartList.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/components/CartList.js b/frontend/components/CartList.js index 661d5ad..bf08f87 100644 --- a/frontend/components/CartList.js +++ b/frontend/components/CartList.js @@ -1,3 +1,4 @@ +// I THINK THIS CAN BE DELETED import { Component } from 'react'; import withData from '../lib/withData'; import Items from '../components/Items'; |
