From 19c9683e2126c68cb9d231293162c756d69c51fb Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 8 Feb 2018 10:41:16 -0500 Subject: WIP --- frontend/pages/admin/update.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'frontend/pages/admin/update.js') diff --git a/frontend/pages/admin/update.js b/frontend/pages/admin/update.js index ab98add..e9cd745 100644 --- a/frontend/pages/admin/update.js +++ b/frontend/pages/admin/update.js @@ -1,15 +1,16 @@ import { Component } from 'react'; import withData from '../../lib/withData'; import UpdateItem from '../../components/UpdateItem'; +import Page from '../../components/Page'; class Home extends Component { render() { return ( -
+

Update You Item!

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