mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-04 22:09:10 +00:00
lint: reorder imports
This commit is contained in:
+1
-1
@@ -7,8 +7,8 @@ import ErrorBoundary from 'common/components/errorBoundary/ErrorBoundary';
|
|||||||
import { AppContextProvider } from 'common/context/AppContext';
|
import { AppContextProvider } from 'common/context/AppContext';
|
||||||
import { LoggingProvider } from 'common/context/LoggingContext';
|
import { LoggingProvider } from 'common/context/LoggingContext';
|
||||||
|
|
||||||
import { ontimeQueryClient } from './common/queryClient';
|
|
||||||
import useElectronEvent from './common/hooks/useElectronEvent';
|
import useElectronEvent from './common/hooks/useElectronEvent';
|
||||||
|
import { ontimeQueryClient } from './common/queryClient';
|
||||||
import theme from './theme/theme';
|
import theme from './theme/theme';
|
||||||
import AppRouter from './AppRouter';
|
import AppRouter from './AppRouter';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user