implemented 404 page styles

This commit is contained in:
andres alcocer
2020-07-10 19:13:11 -04:00
parent df9a71c1d4
commit 0daf75f804
4 changed files with 77 additions and 6 deletions

View File

@@ -14,10 +14,8 @@ const createStoreWithMiddleware = applyMiddleware(promise)(createStore);
// TODO
// - fix styling issue
// - implemented debouncing
// - implement carousel
// - fix modal backdrop bug
// - add routing and 404 page
const app = (
<Provider store={createStoreWithMiddleware(reducers)}>
<App />