12 lines
358 B
JavaScript
12 lines
358 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)",
|
|
CSE4303_L4: "Introduction to Computer Security (Lecture 4)",
|
|
|
|
}
|