Import React to appease IDE linter (#8817)
Apparently we shouldn't be using global references to React, so import it.
This commit is contained in:
parent
ba2ce5ecba
commit
b5e18064ab
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ limitations under the License.
|
|||
import { Room } from "matrix-js-sdk/src/models/room";
|
||||
import { IContent, MatrixEvent } from "matrix-js-sdk/src/models/event";
|
||||
import { logger } from "matrix-js-sdk/src/logger";
|
||||
import React from "react";
|
||||
|
||||
import Exporter from "./Exporter";
|
||||
import { formatFullDateNoDay } from "../../DateUtils";
|
||||
|
|
Loading…
Reference in a new issue