Skip to content

Commit

Permalink
changing import statements to clear warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 20, 2023
1 parent e03c810 commit 494b9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import React from 'react';
import { t, RollingType, ComparisonType } from '@superset-ui/core';

import ControlSubSectionHeader from '../components/ControlSubSectionHeader';
import { ControlSubSectionHeader } from '../components/ControlSubSectionHeader';
import { ControlPanelSectionConfig } from '../types';
import { formatSelectOptions } from '../utils';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import React from 'react';
import { t } from '@superset-ui/core';

import ControlSubSectionHeader from '../components/ControlSubSectionHeader';
import { ControlSubSectionHeader } from '../components/ControlSubSectionHeader';
import { ControlPanelSectionConfig } from '../types';
import { formatSelectOptions } from '../utils';

Expand Down

0 comments on commit 494b9e8

Please sign in to comment.