Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Nov 29, 2024
1 parent 3d8e080 commit 15ee992
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions superset-frontend/src/visualizations/presets/MainPreset.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
* specific language governing permissions and limitations
* under the License.
*/
import { isFeatureEnabled, FeatureFlag, Preset } from '@superset-ui/core';
import {
isFeatureEnabled,
FeatureFlag,
Preset,
VizType,
} from '@superset-ui/core';
import CalendarChartPlugin from '@superset-ui/legacy-plugin-chart-calendar';
import ChordChartPlugin from '@superset-ui/legacy-plugin-chart-chord';
import CountryMapChartPlugin from '@superset-ui/legacy-plugin-chart-country-map';
Expand Down Expand Up @@ -81,7 +86,6 @@ import {
import { PivotTableChartPlugin as PivotTableChartPluginV2 } from '@superset-ui/plugin-chart-pivot-table';
import { HandlebarsChartPlugin } from '@superset-ui/plugin-chart-handlebars';
import { FilterPlugins } from 'src/constants';
import { VizType } from 'packages/superset-ui-core/src/chart/types/VizType';
import TimeTableChartPlugin from '../TimeTable';

export default class MainPreset extends Preset {
Expand Down

0 comments on commit 15ee992

Please sign in to comment.