[+] Import course-head in overall-course
This commit is contained in:
@@ -3,9 +3,10 @@ import App, {Assignment, Course} from '@/components/app/app';
|
|||||||
import {GPAUtils} from '@/utils/gpa-utils';
|
import {GPAUtils} from '@/utils/gpa-utils';
|
||||||
import Constants from '@/constants';
|
import Constants from '@/constants';
|
||||||
import UnreadEntry from '@/pages/overall/overall-course/unread-entry/unread-entry';
|
import UnreadEntry from '@/pages/overall/overall-course/unread-entry/unread-entry';
|
||||||
|
import CourseHead from '@/pages/overall/overall-course/course-head/course-head.vue';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
components: {UnreadEntry}
|
components: {UnreadEntry, CourseHead}
|
||||||
})
|
})
|
||||||
export default class OverallCourse extends Vue
|
export default class OverallCourse extends Vue
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user