Skip to content

Commit

Permalink
chore(k8s): clean up imports (#6430)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry authored Jan 24, 2019
1 parent bfc29fe commit a02a5e1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import * as React from 'react';
import { IManifest, NgReact } from '@spinnaker/core';
import { DeployManifestStatusPills } from './DeployStatusPills';
import { IManifest } from '@spinnaker/core';
import { ManifestDetailsLink } from './ManifestDetailsLink';
import { ManifestEvents } from './ManifestEvents';
import { ManifestYaml } from './ManifestYaml';
import { NgReact } from '@spinnaker/core';

import './ManifestStatus.less';

Expand Down

0 comments on commit a02a5e1

Please sign in to comment.