X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/97de0bf90660e72220f350483981e35d53a5998f..31965b61efb1eee31ddd2a64d80db289fc319077:/src/models/container.ts diff --git a/src/models/container.ts b/src/models/container.ts index 99cb30983a..e931c4bfd8 100644 --- a/src/models/container.ts +++ b/src/models/container.ts @@ -3,8 +3,8 @@ // SPDX-License-Identifier: AGPL-3.0 import { Resource, ResourceKind } from "./resource"; -import { MountType } from '~/models/mount-types'; -import { RuntimeConstraints } from "~/models/runtime-constraints"; +import { MountType } from 'models/mount-types'; +import { RuntimeConstraints } from "models/runtime-constraints"; import { SchedulingParameters } from './scheduling-parameters'; export enum ContainerState {