X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1feb5aaffe6fee4a9c8c8c64877f1da6f3490e06..f2b031de2183439f8aade2f290cd0e3f95f6438c:/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 +};