Skip to content

Commit

Permalink
Inclusao do Arquivo com nomes dos integrantes
Browse files Browse the repository at this point in the history
  • Loading branch information
YagoBattaggia committed Nov 20, 2021
1 parent c4f6f11 commit f1f9ee7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions integrantes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Felipe dos Santos Paganini 18.01226-4
Thiago Tomoyuki Yara de Araujo 18.01363-5
André Lebrão Aigner Ribeiro 18.00356-7
João Guilherme M Jatobá 18.01790-8
Yago Garcia Battaggia 18.01099-7
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import reducers from './reducers'

ReactDOM.render(
<Provider store={createStore(reducers)}>
<App/>,
<App/>
</Provider>,
document.querySelector('#root')
)

0 comments on commit f1f9ee7

Please sign in to comment.