Fix inconsistent React imports in JSX files (#2466)

This commit is contained in:
Claire
2023-11-15 12:52:30 +01:00
committed by GitHub
parent a97b722ad5
commit 9bbb0f13e0
13 changed files with 4 additions and 23 deletions

View File

@@ -1,5 +1,3 @@
import * as React from 'react';
interface Props {
width?: number | string;
height?: number | string;