1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-08-05 05:21:16 +03:00

Update react imports (#29538)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-03-19 10:39:52 +00:00
committed by GitHub
parent b65d18433d
commit a6ae04bcde
16 changed files with 16 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Com
Please see LICENSE files in the repository root for full details.
*/
import * as React from "react";
import React from "react";
import { render } from "jest-matrix-react";
import SdkConfig from "../../../../src/SdkConfig";