13 lines
379 B
JavaScript
13 lines
379 B
JavaScript
export default {
|
|
index: "Course Description",
|
|
"---":{
|
|
type: 'separator'
|
|
},
|
|
CSE559A_L1: "Computer Vision (Lecture 1)",
|
|
CSE559A_L2: "Computer Vision (Lecture 2)",
|
|
CSE559A_L3: "Computer Vision (Lecture 3)",
|
|
CSE559A_L4: "Computer Vision (Lecture 4)",
|
|
CSE559A_L5: "Computer Vision (Lecture 5)",
|
|
CSE559A_L6: "Computer Vision (Lecture 6)",
|
|
}
|