Skip to content

Commit d2621ff

Browse files
committed
Remove PodIcon
1 parent bb69bff commit d2621ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ import {
3232
K8sJobIcon,
3333
K8sCronJobIcon,
3434
K8sStorageIcon,
35-
K8sDaemonSetIcon,
36-
K8sPodIcon
35+
K8sDaemonSetIcon
3736
} from './components/KubernetesIcons';
3837

3938
type PreviewMode = 'visual' | 'yaml' | 'summary' | 'argocd' | 'flow';

0 commit comments

Comments
 (0)