Refactor: convert initializeApp to func component and use JSX transform in the codebase (#4056)

This commit is contained in:
Aakansha Doshi 2021-10-14 22:56:51 +05:30 committed by GitHub
parent 463857ad9a
commit ff29780760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 20 additions and 70 deletions

View file

@ -1,7 +1,6 @@
import { KEYS } from "../keys";
import { isInvisiblySmallElement } from "../element";
import { resetCursor } from "../utils";
import React from "react";
import { ToolButton } from "../components/ToolButton";
import { done } from "../components/icons";
import { t } from "../i18n";