Fixes, lints and i18n

This commit is contained in:
Jorik Schellekens 2020-05-20 14:44:56 +01:00
parent 6d9d4ee547
commit 82b76192ae
4 changed files with 4 additions and 6 deletions

View file

@ -15,7 +15,7 @@ limitations under the License.
*/
import SettingController from "./SettingController";
import dis from "../../dispatcher";
import dis from "../../dispatcher/dispatcher";
export default class FontSizeController extends SettingController {
constructor() {