Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unused import
Browse files Browse the repository at this point in the history
yaacov committed Jun 26, 2019
1 parent 933c93f commit aa729c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ import { ListPage, Table, TableRow, TableData } from '@console/internal/componen
import { Kebab, ResourceLink, ResourceKebab } from '@console/internal/components/utils';
import { getName, getNamespace, DASH, getUid } from '@console/shared';
import { TemplateModel } from '@console/internal/models';
import { K8sResourceKind, TemplateKind } from '../../../../../public/module/k8s/index';
import { TemplateKind } from '../../../../../public/module/k8s/index';

export const menuActions = Kebab.factory.common;

0 comments on commit aa729c1

Please sign in to comment.