mirror of https://github.com/vector-im/riot-web
Import React to appease IDE linter (#8817)
Apparently we shouldn't be using global references to React, so import it.pull/28217/head
parent
ba2ce5ecba
commit
b5e18064ab
|
@ -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 New Issue