fix: CI errors as the result of removing React imports (#29089)

This commit is contained in:
Michael S. Molina
2024-06-05 09:09:49 -03:00
committed by GitHub
parent 0ca42a8e4d
commit a9cebe81ea

View File

@@ -16,7 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
import React from 'react';
import { HistogramTransformedProps } from './types';
import Echart from '../components/Echart';
import { EventHandlers } from '../types';