X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/78969103183f03a23557aa0b4d1739a0ff12dcb2..3e3eaa213219ebcac9b52c8fbe3ec3ef7c39c863:/src/models/container.ts diff --git a/src/models/container.ts b/src/models/container.ts index 99cb3098..e931c4bf 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 {