12 lines
343 B
JavaScript
12 lines
343 B
JavaScript
export default {
|
|
index: "Course Description",
|
|
"---": {
|
|
type: 'separator'
|
|
},
|
|
Math416_L1: "Complex Variables (Lecture 1)",
|
|
Math416_L2: "Complex Variables (Lecture 2)",
|
|
Math416_L3: "Complex Variables (Lecture 3)",
|
|
Math416_L4: "Complex Variables (Lecture 4)",
|
|
Math416_L5: "Complex Variables (Lecture 5)",
|
|
}
|