Skip to content

Commit e967992

Browse files
authored
Merge pull request #212 from dgageot/optimize-import
Optimize import
2 parents 3778d01 + f61f5d3 commit e967992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension/ui/src/Secrets.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// From secrets.yaml
22

33
import { v1 } from "@docker/extension-api-client-types";
4-
import { CatalogItemRichened, CatalogItemWithName } from "./types/catalog";
5-
import { Secret, StoredSecret, Policy } from "./types/secrets";
4+
import { CatalogItemWithName } from "./types/catalog";
5+
import { Secret } from "./types/secrets";
66

77
namespace Secrets {
88
export async function getSecrets(

0 commit comments

Comments
 (0)