Merge pull request #4883 from matrix-org/t3chguy/ts123

Convert things to Typescript, including languageHandler
This commit is contained in:
Michael Telatynski
2020-07-06 18:54:19 +01:00
committed by GitHub
12 changed files with 139 additions and 48 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
import React from 'react';
import PropTypes from 'prop-types';
import {_t} from '../../../languageHandler.js';
import {_t} from '../../../languageHandler';
import Field from "./Field";
import AccessibleButton from "./AccessibleButton";