Skip to content

Commit

Permalink
Completed and styled form
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael committed Mar 7, 2021
1 parent 51c0502 commit 3509726
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 252 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Provider } from "react-redux";
import { createStore, Reducer } from "redux";
import GlobalState, { initialState } from "./state/globalState";
import Header from "./styledComponents/Header";
import Central from "./styledComponents/Central";
import Centrals from "./styledComponents/Central";
import Footer from "./styledComponents/Footer";
import Carousel from "./styledComponents/Carousel";
import { CentralActions, StepAction } from "./actions/CentralActions";
Expand All @@ -26,7 +26,7 @@ function App() {
<Provider store={store}>
<div id="contenedor">
<Header />
<Central />
<Centrals />
<Carousel />
<Footer />
</div>
Expand Down
Loading

0 comments on commit 3509726

Please sign in to comment.