18866: Adds test exposing the problem.
[arvados-workbench2.git] / src / models / container.ts
index 99cb30983a304e5253941c78911301388dfb544e..e931c4bfd84bfec9c67d53b227f7e58b46f8aaf4 100644 (file)
@@ -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 {