mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
feat(config): add LANGUAGES constant for language enum values
This commit is contained in:
parent
f6ed0baaf0
commit
0e3daefe48
3
src/config/language.ts
Normal file
3
src/config/language.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
import { Language } from "@/generated/client";
|
||||||
|
|
||||||
|
export const LANGUAGES = Object.values(Language);
|
Loading…
Reference in New Issue
Block a user