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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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';