X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c4e503180948300c3a6ef99e338d2e56b2931236..ba27bdf218da8894df4ffa6174c67c1fb3e70c81:/src/models/collection-file.ts diff --git a/src/models/collection-file.ts b/src/models/collection-file.ts index d74ada60..37e18cfc 100644 --- a/src/models/collection-file.ts +++ b/src/models/collection-file.ts @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { Tree, createTree, setNode } from './tree'; +import { Tree, createTree, setNode, TreeNodeStatus } from './tree'; export type CollectionFilesTree = Tree; @@ -60,6 +60,11 @@ export const createCollectionFilesTree = (data: Array()); }; \ No newline at end of file