X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7ae86efd9905582df4191910528c3803a68ba81b..876e5e2f31a218255845977489ea70aacc0211cd:/src/common/labels.ts diff --git a/src/common/labels.ts b/src/common/labels.ts index ed3a43d142..0e3131db6a 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 +};