Stash lodash import optimization
This commit is contained in:
parent
2c20afc047
commit
1fc55b33c1
18 changed files with 25 additions and 28 deletions
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
|
||||
import React, {createRef, KeyboardEvent} from 'react';
|
||||
import classNames from 'classnames';
|
||||
import flatMap from "lodash/flatMap";
|
||||
import {flatMap} from "lodash";
|
||||
import {ICompletion, ISelectionRange, IProviderCompletions} from '../../../autocomplete/Autocompleter';
|
||||
import {Room} from 'matrix-js-sdk/src/models/room';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue