mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add sortedAppList variable
This commit is contained in:
parent
63c405943e
commit
4c2e70c95f
1 changed files with 2 additions and 1 deletions
|
|
@ -4,9 +4,10 @@ import homebrewList from '~/static/homebrew-list.json'
|
|||
|
||||
import { byTimeThenNull } from '~/helpers/sort-list.js'
|
||||
|
||||
export const sortedAppList = appList.sort(byTimeThenNull)
|
||||
|
||||
export const allList = [
|
||||
...appList.sort(byTimeThenNull),
|
||||
...sortedAppList,
|
||||
...homebrewList,
|
||||
...gameList,
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue