diff options
Diffstat (limited to 'frontend/pages/admin/update.js')
| -rw-r--r-- | frontend/pages/admin/update.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/frontend/pages/admin/update.js b/frontend/pages/admin/update.js deleted file mode 100644 index 2f445d7..0000000 --- a/frontend/pages/admin/update.js +++ /dev/null @@ -1,19 +0,0 @@ -import { Component } from 'react'; -import withData from '../../lib/withData'; -import UpdateItem from '../../components/UpdateItem'; -import Page from '../../components/Page'; -import PleaseSignIn from '../../components/PleaseSignIn'; - -class Home extends Component { - render() { - return ( - <Page> - <PleaseSignIn> - <UpdateItem id={this.props.url.query.id} /> - </PleaseSignIn> - </Page> - ); - } -} - -export default withData(Home); |
