summaryrefslogtreecommitdiffstats
path: root/stepped-solutions/05/frontend/pages/sell.js
blob: c0c0e6d749667ba85d336e12db147d17bac01a42 (plain)
1
2
3
4
5
6
7
8
9
import Link from 'next/link';

const Sell = props => (
  <div>
    <p>Sell!</p>
  </div>
);

export default Sell;