mirror of
https://github.com/apache/superset.git
synced 2026-06-04 15:19:25 +00:00
fix: CI failture due to Default React import (#29110)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
import React, { useEffect } from 'react';
|
||||
import { useEffect } from 'react';
|
||||
import { t } from '@superset-ui/core';
|
||||
import { Radio } from 'src/components/Radio';
|
||||
import {
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*/
|
||||
import React from 'react';
|
||||
import { render } from '@testing-library/react';
|
||||
import '@testing-library/jest-dom/extend-expect'; // For advanced DOM assertions
|
||||
import { CurrentCalendarFrame } from '../components/CurrentCalendarFrame';
|
||||
|
||||
Reference in New Issue
Block a user