fix import
This commit is contained in:
parent
26963a7d85
commit
c4573df90f
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,7 @@ import usePersistedState from 'effects/use-persisted-state';
|
|||
import FileDrop from 'component/fileDrop';
|
||||
import NagContinueFirstRun from 'component/nagContinueFirstRun';
|
||||
import Spinner from 'component/spinner';
|
||||
import SyncFatalError from 'component/syncFatalError';
|
||||
// @if TARGET='app'
|
||||
import useZoom from 'effects/use-zoom';
|
||||
// @endif
|
||||
|
@ -34,7 +35,6 @@ import {
|
|||
STATUS_FAILING,
|
||||
STATUS_DOWN,
|
||||
} from 'web/effects/use-degraded-performance';
|
||||
import SyncFatalError from 'component/syncFatalError';
|
||||
// @endif
|
||||
export const MAIN_WRAPPER_CLASS = 'main-wrapper';
|
||||
// @if TARGET='app'
|
||||
|
|
Loading…
Reference in a new issue