mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-27 07:26:15 -04:00
wip
This commit is contained in:
parent
1d71af35c9
commit
cb90fef3a9
16 changed files with 1340 additions and 755 deletions
|
@ -28,7 +28,7 @@ function App() {
|
|||
...cleaned.filter(l=>l.name.match('icon:')).sort((a,b)=>a.name>b.name ? 1:-1),
|
||||
...cleaned.filter(l=>!l.name.match('icon:'))
|
||||
]
|
||||
setLevels(sorted as RawLevel[])
|
||||
setLevels(sorted as RawLevel[])
|
||||
allLevels = sorted;
|
||||
});
|
||||
}, []);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue