Started updating the stats page

This commit is contained in:
Tiago Ribeiro
2023-06-20 09:32:33 +01:00
parent 47b1784615
commit dd357d991c
2 changed files with 149 additions and 89 deletions

View File

@@ -1,6 +1,6 @@
import {Module} from "@/interfaces";
const MODULE_ARRAY: Module[] = ["reading", "listening", "writing", "speaking"];
export const MODULE_ARRAY: Module[] = ["reading", "listening", "writing", "speaking"];
export const moduleLabels: {[key in Module]: string} = {
listening: "Listening",