Some checks failed
Sync from Gitea (main→main, keep workflow) / mirror (push) Has been cancelled
10 lines
292 B
JavaScript
10 lines
292 B
JavaScript
export default {
|
|
index: "Course Description",
|
|
"---":{
|
|
type: 'separator'
|
|
},
|
|
CSE4303_L1: "Introduction to Computer Security (Lecture 1)",
|
|
CSE4303_L2: "Introduction to Computer Security (Lecture 2)",
|
|
CSE4303_L3: "Introduction to Computer Security (Lecture 3)",
|
|
}
|