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:
Even Stensberg
2023-08-31 22:40:00 +02:00
committed by GitHub
parent e09a7aebae
commit c27ad469f6
303 changed files with 758 additions and 543 deletions

View File

@ -20,8 +20,8 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
import TimeContext from './TimeContext';
import { MODES, REALTIME_MODE_KEY, TIME_CONTEXT_EVENTS } from './constants';
import TimeContext from './TimeContext';
/**
* The IndependentTimeContext handles getting and setting time of the openmct application in general.