Skip to content

Commit

Permalink
Fix import case in Breadcrumb.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
yeeway0609 committed Feb 29, 2024
1 parent dbf782c commit 29d2f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script>
import departmentHandbookData from '../data/departmentHandbook.json';
import featuredArticlesData from '../data/featuredArticles.json';
import LetterToHighSchoolStudents from '../data/LetterToHighSchoolStudents.json';
import LetterToHighSchoolStudents from '../data/letterToHighSchoolStudents.json';
export default {
data() {
Expand Down

0 comments on commit 29d2f7d

Please sign in to comment.