mirror of
https://github.com/apache/superset.git
synced 2026-09-01 04:51:23 +00:00
chore: Removes src/modules top folder (#25005)
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ import userEvent from '@testing-library/user-event';
|
||||
import { getChartMetadataRegistry, ChartMetadata } from '@superset-ui/core';
|
||||
import fetchMock from 'fetch-mock';
|
||||
import setupColors from 'src/setup/setupColors';
|
||||
import { ANNOTATION_TYPES_METADATA } from 'src/modules/AnnotationTypes';
|
||||
import { ANNOTATION_TYPES_METADATA } from './AnnotationTypes';
|
||||
import AnnotationLayer from './AnnotationLayer';
|
||||
|
||||
const defaultProps = {
|
||||
|
||||
Reference in New Issue
Block a user