mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-24 05:56:14 -04:00
wip
This commit is contained in:
parent
ccd7f00a6a
commit
ac2100860f
4 changed files with 6 additions and 4 deletions
|
@ -21,7 +21,7 @@ function App() {
|
|||
useEffect(()=>{
|
||||
fetch('http://localhost:4400/src/data/levels.json')
|
||||
.then(r=>r.json())
|
||||
.then(list=>{
|
||||
.then(list=>{
|
||||
setLevels(list as RawLevel[])
|
||||
allLevels=list
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue