17782: Fixes 'no-mixed-operators' compile warnings.
[arvados-workbench2.git] / src / services / collection-service / collection-service-files-response.ts
index 325339d00bb803d6e8aebbd19e8926f3953b56e0..36cb3dc6030ab3c195fbf84a95782503ea0ff71e 100644 (file)
@@ -3,8 +3,8 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import { CollectionDirectory, CollectionFile, CollectionFileType, createCollectionDirectory, createCollectionFile } from "../../models/collection-file";
-import { getTagValue } from "~/common/xml";
-import { getNodeChildren, Tree, mapTree } from '~/models/tree';
+import { getTagValue } from "common/xml";
+import { getNodeChildren, Tree, mapTree } from 'models/tree';
 
 export const sortFilesTree = (tree: Tree<CollectionDirectory | CollectionFile>) => {
     return mapTree<CollectionDirectory | CollectionFile>(node => {