[O] Optimize imports
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
import moment from 'moment';
|
|
||||||
|
|
||||||
export class FormatUtils
|
export class FormatUtils
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
import {Component, Prop, Vue} from 'vue-property-decorator';
|
import {Component, Prop, Vue} from 'vue-property-decorator';
|
||||||
import Constants from '@/constants';
|
import Constants from '@/constants';
|
||||||
import {FormatUtils} from '@/logic/utils/format-utils';
|
import Course from '@/logic/course';
|
||||||
import moment from 'moment';
|
|
||||||
import Course, {Assignment} from '@/logic/course';
|
|
||||||
import GraphUtils from '@/logic/utils/graph-utils';
|
import GraphUtils from '@/logic/utils/graph-utils';
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
import {Component, Prop, Vue} from 'vue-property-decorator';
|
import {Component, Prop, Vue} from 'vue-property-decorator';
|
||||||
import Constants from '@/constants';
|
import Constants from '@/constants';
|
||||||
import {FormatUtils} from '@/logic/utils/format-utils';
|
import Course from '@/logic/course';
|
||||||
import moment from 'moment';
|
|
||||||
import Course, {Assignment} from '@/logic/course';
|
|
||||||
import GraphUtils from '@/logic/utils/graph-utils';
|
import GraphUtils from '@/logic/utils/graph-utils';
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
import {Component, Prop, Vue} from 'vue-property-decorator';
|
import {Component, Prop, Vue} from 'vue-property-decorator';
|
||||||
import moment from 'moment';
|
import moment from 'moment';
|
||||||
import Course, {Assignment} from '@/logic/course';
|
import Course from '@/logic/course';
|
||||||
import Constants from '@/constants';
|
|
||||||
import Navigation from '@/components/navigation/navigation';
|
|
||||||
import {CourseUtils} from '@/logic/utils/course-utils';
|
import {CourseUtils} from '@/logic/utils/course-utils';
|
||||||
import GraphUtils from '@/logic/utils/graph-utils';
|
import GraphUtils from '@/logic/utils/graph-utils';
|
||||||
import {GPAUtils} from '@/logic/utils/gpa-utils';
|
import {GPAUtils} from '@/logic/utils/gpa-utils';
|
||||||
|
|||||||
Reference in New Issue
Block a user