X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/7ae86efd9905582df4191910528c3803a68ba81b..30e3140a2a78465e14017219fbf9baece57554bb:/src/common/labels.ts diff --git a/src/common/labels.ts b/src/common/labels.ts index ed3a43d1..0e3131db 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) => { switch (type) { @@ -15,4 +15,4 @@ export const resourceLabel = (type: string) => { default: return "Unknown"; } -}; \ No newline at end of file +};