mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 15:43:48 +00:00
feat(eslint): sort import rule (#6939)
* feat(eslint): sort import rule * chore(deps): pin dep * refactor: sort imports --------- Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov>
This commit is contained in:
@ -38,8 +38,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import clockMixin from './clock-mixin';
|
||||
import { TIME_CONTEXT_EVENTS } from '../../api/time/constants';
|
||||
import clockMixin from './clock-mixin';
|
||||
|
||||
export default {
|
||||
mixins: [clockMixin],
|
||||
|
Reference in New Issue
Block a user