X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/21abfcbaba4e8e735f353a1e3b030dd5dae8465b..25216cc7acedc987c26a159f0b640210c0ef101e:/src/common/labels.ts diff --git a/src/common/labels.ts b/src/common/labels.ts index cfc2c52c..f534bd2b 100644 --- a/src/common/labels.ts +++ b/src/common/labels.ts @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { ResourceKind } from "~/models/resource"; +import { ResourceKind } from "models/resource"; export const resourceLabel = (type: string, subtype = '') => { switch (type) {