X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c15afcee286bb8ab694f488e2ccd490b56794e47..6e4b23e9a99ab64e25c60a128e6beb4fa8636374:/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) {