diff --git a/src/component/selection/getSampleSelectionMocksForTesting.js b/src/component/selection/getSampleSelectionMocksForTesting.js index 6bd50b7d3c..b94a35d509 100644 --- a/src/component/selection/getSampleSelectionMocksForTesting.js +++ b/src/component/selection/getSampleSelectionMocksForTesting.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @format + * @flow * @emails oncall+draft_js */ @@ -16,8 +17,9 @@ const CharacterMetadata = require('CharacterMetadata'); const ContentBlock = require('ContentBlock'); const ContentState = require('ContentState'); const EditorState = require('EditorState'); -const Immutable = require('immutable'); const {BOLD} = require('SampleDraftInlineStyle'); + +const Immutable = require('immutable'); const {EMPTY} = CharacterMetadata; const getSampleSelectionMocksForTesting = (): Object => { diff --git a/src/component/selection/getSampleSelectionMocksForTestingNestedBlocks.js b/src/component/selection/getSampleSelectionMocksForTestingNestedBlocks.js index 67f0c8e722..62d9d9fe67 100644 --- a/src/component/selection/getSampleSelectionMocksForTestingNestedBlocks.js +++ b/src/component/selection/getSampleSelectionMocksForTestingNestedBlocks.js @@ -7,6 +7,7 @@ * of patent rights can be found in the PATENTS file in the same directory. * * @format + * @flow * @emails oncall+draft_js */ @@ -15,6 +16,7 @@ const ContentBlockNode = require('ContentBlockNode'); const ContentState = require('ContentState'); const EditorState = require('EditorState'); + const Immutable = require('immutable'); const getSampleSelectionMocksForTestingNestedBlocks = (): Object => {