show number of tag usage

This commit is contained in:
Zutatensuppe 2021-06-03 23:46:09 +02:00
parent 38dc23d57b
commit 22585b92fe
8 changed files with 47 additions and 7 deletions

View file

@ -60,6 +60,7 @@ export interface Tag {
id: number
slug: string
title: string
total: number
}
interface GameRng {