From 97b6de6aa437f7a913a33b9e6aa18a919faf2caf Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 12 Apr 2018 16:31:01 -0400 Subject: a whole bunch of things that should be in their own commits --- frontend/pages/buy.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 frontend/pages/buy.js (limited to 'frontend/pages/buy.js') diff --git a/frontend/pages/buy.js b/frontend/pages/buy.js deleted file mode 100644 index d6b1331..0000000 --- a/frontend/pages/buy.js +++ /dev/null @@ -1,16 +0,0 @@ -import { Component } from 'react'; -import withData from '../lib/withData'; -import TakeMyMoney from '../components/TakeMyMoney'; - -class Buy extends Component { - render() { - return ( -
-

Buy

- -
- ) - } -} - -export default withData(Buy); -- cgit v1.3