This commit is contained in:
2023-09-18 08:27:43 +02:00
parent c104604a57
commit 56728c9f69
2 changed files with 11 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
export const subjects = [
{ value: 'magyir', label: 'Magyar nyelv és irodalom' },
{ value: 'mat', label: 'Matematika' },
{ value: 'tort', label: 'Történelem' },
{ value: 'angol', label: 'Angol nyelv' },
{ value: 'nemet', label: 'Német nyelv' },
{ value: 'inf', label: 'Informatika' },
{ value: 'infoism', label: 'Informatikai ismeretek' },
]