diff --git a/src/components/purchase/PurchaseList.jsx b/src/components/purchase/PurchaseList.jsx deleted file mode 100644 index 28dd0ef3..00000000 --- a/src/components/purchase/PurchaseList.jsx +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react' - -const PurchaseList = () => { - return ( -
- -
- ) -} - -export default PurchaseList