1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

Update SlashCommands.tsx

This commit is contained in:
Travis Ralston
2021-04-12 14:34:24 -06:00
committed by GitHub
parent cc4d145f14
commit 9805170a6f

View File

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