Explorar el Código

all medals data

master
kj1352 hace 4 años
padre
commit
6c2ccb57ad
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      src/data/all-medals.ts

+ 8
- 0
src/data/all-medals.ts Ver fichero

@@ -0,0 +1,8 @@
import { IMedal } from "../structure/medals";

export const ALL_MEDALS: Array<IMedal> = [{
name: 'Intern',
minValue: 0,
maxValue: 100,
icon: ''
}]

Cargando…
Cancelar
Guardar