Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2021-10-27 21:53:09 -05:00
parent f3867ad0a9
commit f738ad51bd
No known key found for this signature in database
GPG key ID: 37419210002890EF
14 changed files with 37 additions and 35 deletions

View file

@ -16,6 +16,7 @@ limitations under the License.
*/
import React, { ComponentType } from "react";
import dis from "../../../../dispatcher/dispatcher";
import { _t } from "../../../../languageHandler";
import Modal from "../../../../Modal";