diff --git a/src/data/all-medals.ts b/src/data/all-medals.ts new file mode 100644 index 0000000..bf37f44 --- /dev/null +++ b/src/data/all-medals.ts @@ -0,0 +1,8 @@ +import { IMedal } from "../structure/medals"; + +export const ALL_MEDALS: Array = [{ + name: 'Intern', + minValue: 0, + maxValue: 100, + icon: '' +}] \ No newline at end of file