From f4f10d5eb690a33dd1c112358457a2b987297f26 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 5 Apr 2018 13:54:22 -0400 Subject: work --- frontend/pages/add.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'frontend/pages/add.js') diff --git a/frontend/pages/add.js b/frontend/pages/add.js index 9b8c333..eb0dd1d 100644 --- a/frontend/pages/add.js +++ b/frontend/pages/add.js @@ -2,13 +2,15 @@ import { Component } from 'react'; import Page from '../components/Page'; import withData from '../lib/withData'; import CreateItem from '../components/CreateItem'; +import PleaseSignIn from '../components/PleaseSignIn'; const Home = props => { const page = parseInt(props.url.query.page) || 1; return ( -

Add an Item

- + + +
); }; -- cgit v1.3