Merge pull request #5850 from matrix-org/travis/fix-import

Fix js-sdk import in SlashCommands
This commit is contained in:
Travis Ralston 2021-04-13 12:20:17 -06:00 committed by GitHub
commit 2ca79c8d31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ limitations under the License.
import * as React from 'react';
import { ContentHelpers } from 'matrix-js-sdk';
import * as ContentHelpers from 'matrix-js-sdk/src/content-helpers';
import {MatrixClientPeg} from './MatrixClientPeg';
import dis from './dispatcher/dispatcher';
import * as sdk from './index';