X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/12a7331edc4ca08c12f0d525df1a979d10cd1168..37e43f4e19ad2bd27b15fe7f0d857218dad39055:/src/store/tree-picker/tree-picker.ts diff --git a/src/store/tree-picker/tree-picker.ts b/src/store/tree-picker/tree-picker.ts index ee45becc..e19ce3a7 100644 --- a/src/store/tree-picker/tree-picker.ts +++ b/src/store/tree-picker/tree-picker.ts @@ -2,8 +2,8 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { Tree } from "../../models/tree"; -import { TreeItemStatus } from "../../components/tree/tree"; +import { Tree } from "~/models/tree"; +import { TreeItemStatus } from "~/components/tree/tree"; export type TreePicker = Tree; @@ -20,4 +20,4 @@ export const createTreePickerNode = (data: {id: string, value: any}) => ({ selected: false, collapsed: true, status: TreeItemStatus.INITIAL -}); \ No newline at end of file +});