implemented 404 page styles
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user