We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28b16eb + f14c323 commit ac3da9eCopy full SHA for ac3da9e
README.md
@@ -1,3 +1,6 @@
1
+// Alteração realizada para testar a branch
2
+
3
4
# Projeto Labecommerce Tema Espacial
5
#### Link do surge: labecommerce-tema-espacial.surge.sh
6
src/App.js
@@ -9,6 +9,8 @@ import { Principal } from "./GlobalStyle";
9
import { listaDeProdutos } from "./assents/ListaDeProdutos";
10
import { useState, useEffect } from "react"
11
12
13
14
function App() {
15
const [listaDeProdutosEstado, setListaDeProdutosEstado] = useState(listaDeProdutos || [])
16
0 commit comments