mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Move Game List to static folder
This commit is contained in:
parent
4255174dd3
commit
b22fd148f1
5 changed files with 6 additions and 6 deletions
|
|
@ -40,7 +40,7 @@ import LinkButton from '~/components/link-button.vue'
|
|||
import { byTimeThenNull } from '~/helpers/sort-list.js'
|
||||
|
||||
import appList from '~/static/app-list.json'
|
||||
import gameList from '~/game-list.json'
|
||||
import gameList from '~/static/game-list.json'
|
||||
|
||||
// console.log('appList.length', appList.length)
|
||||
// console.log('gameList.length', gameList.length)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue