fix import; don't make type public
This commit is contained in:
@@ -18,3 +18,4 @@ export { ProjectGrowthAlert } from './ProjectGrowthAlert';
|
||||
export { UnlabeledDataflowAlert } from './UnlabeledDataflowAlert';
|
||||
export { KubernetesMigrationAlert } from './KubernetesMigrationAlert';
|
||||
export type { MigrationAlert } from './KubernetesMigrationAlert';
|
||||
export type { MigrationData } from './KubernetesMigrationAlert';
|
||||
|
||||
@@ -19,7 +19,7 @@ import { Box } from '@material-ui/core';
|
||||
import { InfoCard } from '@backstage/core';
|
||||
import { MigrationBarChartLegend } from './MigrationBarChartLegend';
|
||||
import { MigrationBarChart } from './MigrationBarChart';
|
||||
import { MigrationData } from '../../types';
|
||||
import { MigrationData } from '../../alerts';
|
||||
|
||||
type MigrationAlertProps = {
|
||||
data: MigrationData;
|
||||
|
||||
Reference in New Issue
Block a user