fix: CI errors as the result of removing React imports (#29089)
This commit is contained in:
parent
0ca42a8e4d
commit
a9cebe81ea
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue