diff options
Diffstat (limited to 'stepped-solutions/18/frontend/pages/sell.js')
| -rwxr-xr-x | stepped-solutions/18/frontend/pages/sell.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stepped-solutions/18/frontend/pages/sell.js b/stepped-solutions/18/frontend/pages/sell.js new file mode 100755 index 0000000..0e75da4 --- /dev/null +++ b/stepped-solutions/18/frontend/pages/sell.js @@ -0,0 +1,9 @@ +import CreateItem from '../components/CreateItem'; + +const Sell = props => ( + <div> + <CreateItem /> + </div> +); + +export default Sell; |
