s/ContextualMenu/ContextMenu/

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2019-12-02 23:21:59 +00:00
parent a062fe0096
commit 757f811126
17 changed files with 18 additions and 18 deletions

View file

@ -25,7 +25,7 @@ import ActiveWidgetStore from '../../../stores/ActiveWidgetStore';
import PersistedElement from "../elements/PersistedElement";
import {IntegrationManagers} from "../../../integrations/IntegrationManagers";
import SettingsStore from "../../../settings/SettingsStore";
import {ContextMenu} from "../../structures/ContextualMenu";
import {ContextMenu} from "../../structures/ContextMenu";
const widgetType = 'm.stickerpicker';