Reorder import (#8313)
This commit is contained in:
parent
3175b20ca5
commit
8f8385d822
|
@ -15,6 +15,8 @@ import {
|
|||
DerivedStateProvider,
|
||||
UserKeyDefinition,
|
||||
} from "../src/platform/state";
|
||||
// eslint-disable-next-line import/no-restricted-paths -- Needed to type check similarly to the real state providers
|
||||
import { isUserKeyDefinition } from "../src/platform/state/user-key-definition";
|
||||
import { UserId } from "../src/types/guid";
|
||||
import { DerivedStateDependencies } from "../src/types/state";
|
||||
|
||||
|
@ -25,7 +27,6 @@ import {
|
|||
FakeGlobalState,
|
||||
FakeSingleUserState,
|
||||
} from "./fake-state";
|
||||
import { isUserKeyDefinition } from "../src/platform/state/user-key-definition";
|
||||
|
||||
export class FakeGlobalStateProvider implements GlobalStateProvider {
|
||||
mock = mock<GlobalStateProvider>();
|
||||
|
|
Loading…
Reference in New Issue