Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rodriguesabner committed Oct 30, 2022
1 parent 76bc3ed commit 0a3dbdb
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 78 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ This section has moved here: [https://facebook.github.io/create-react-app/docs/d
### `yarn build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
# votacao-2022
38 changes: 0 additions & 38 deletions src/App.css

This file was deleted.

8 changes: 0 additions & 8 deletions src/App.test.js

This file was deleted.

Empty file added src/components/Avatar/index.js
Empty file.
Empty file added src/components/Avatar/styles.js
Empty file.
Empty file.
Empty file.
12 changes: 12 additions & 0 deletions src/components/Footer/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import React from 'react';
import {Layout} from "./styles";

const Header = () => {
return (
<Layout>

</Layout>
);
};

export default Header;
7 changes: 7 additions & 0 deletions src/components/Footer/styles.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import styled from "styled-components";

export const Layout = styled.div`
width: 100%;
height: 68px;
background-color: #3c3c94;
`;
Empty file added src/components/Header/index.js
Empty file.
Empty file added src/components/Header/styles.js
Empty file.
Empty file added src/hooks/useInterval.js
Empty file.
13 changes: 0 additions & 13 deletions src/index.css

This file was deleted.

1 change: 0 additions & 1 deletion src/logo.svg

This file was deleted.

Empty file added src/pages/Home/index.js
Empty file.
Empty file added src/pages/Home/styles.js
Empty file.
13 changes: 0 additions & 13 deletions src/reportWebVitals.js

This file was deleted.

Empty file added src/services/api.js
Empty file.
5 changes: 0 additions & 5 deletions src/setupTests.js

This file was deleted.

Empty file added src/styles/GlobalStyles.js
Empty file.

0 comments on commit 0a3dbdb

Please sign in to comment.