update page order

This commit is contained in:
Zheyuan Wu
2024-11-19 23:13:03 -06:00
parent f915457a44
commit e957ade524
3 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,7 @@
export default {
index: {
display: 'hidden'
},
Exam_reviews: "Exam reviews",
CSE347_L1: "Lecture 1",
CSE347_L2: "Lecture 2",
@@ -22,8 +25,5 @@ export default {
},
CSE347_L15: {
display: 'hidden'
},
index: {
display: 'hidden'
}
}

View File

@@ -1,4 +1,7 @@
export default {
index: {
display: 'hidden'
},
Exam_reviews: "Exam reviews",
CSE442T_L1: "Lecture 1",
CSE442T_L2: "Lecture 2",
@@ -29,8 +32,5 @@ export default {
},
CSE442T_L24: {
display: 'hidden'
},
index: {
display: 'hidden'
}
}

View File

@@ -1,4 +1,7 @@
export default {
index: {
display: 'hidden'
},
Exam_reviews: "Exam reviews",
Math4111_L1: "Lecture 1",
Math4111_L2: "Lecture 2",
@@ -39,8 +42,5 @@ export default {
},
Math4111_L28: {
display: 'hidden'
},
index: {
display: 'hidden'
}
}