implemented carousel component

This commit is contained in:
andres alcocer
2020-08-02 14:51:39 -04:00
parent 6ff6cf327f
commit 181daad105
6 changed files with 105 additions and 37 deletions

View File

@@ -13,9 +13,7 @@ import './static/sass/style.scss';
const createStoreWithMiddleware = applyMiddleware(promise)(createStore);
// TODO
// - fix styling issue
// - implement carousel
// - fix modal backdrop bug
const app = (
<Provider store={createStoreWithMiddleware(reducers)}>
<App />