zero prices block added
Some checks failed
/ Make image (push) Has been cancelled

This commit is contained in:
nquidox 2025-11-02 23:40:44 +03:00
parent 2b08889218
commit cffc6acc2b
9 changed files with 194 additions and 9 deletions

View file

@ -17,6 +17,7 @@ const mainMenu = computed(() => {
{ label: 'Collection', key: 'collection' },
{ label: 'Charts', key: 'charts' },
{ label: 'Parsers', key: 'parsers' },
{ label: 'Zero prices', key: 'zeroprices' },
]
})