diff options
Diffstat (limited to 'finished-application/frontend/pages/index.js')
| -rw-r--r-- | finished-application/frontend/pages/index.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/finished-application/frontend/pages/index.js b/finished-application/frontend/pages/index.js deleted file mode 100644 index d316108..0000000 --- a/finished-application/frontend/pages/index.js +++ /dev/null @@ -1,7 +0,0 @@ -import Items from '../components/Items'; - -const Home = props => ( - <Items page={parseInt(props.query.page) || 1} /> -) - -export default Home; |
