Created a quick demo home page for a user
This commit is contained in:
8
src/utils/moduleUtils.ts
Normal file
8
src/utils/moduleUtils.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import {Module} from "@/interfaces";
|
||||
|
||||
export const moduleLabels: {[key in Module]: string} = {
|
||||
listening: "Listening",
|
||||
reading: "Reading",
|
||||
speaking: "Speaking",
|
||||
writing: "Writing",
|
||||
};
|
||||
Reference in New Issue
Block a user