X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/0f2d05eeb8a5fbacead1a6c9e9f8403109d8aae2..dd89200ad6fdbfa337fdbab5f54def8712c6746c:/src/views-components/tree-picker/tree-picker.ts diff --git a/src/views-components/tree-picker/tree-picker.ts b/src/views-components/tree-picker/tree-picker.ts index 3e0fc6ed..09a07443 100644 --- a/src/views-components/tree-picker/tree-picker.ts +++ b/src/views-components/tree-picker/tree-picker.ts @@ -3,10 +3,10 @@ // SPDX-License-Identifier: AGPL-3.0 import { connect } from "react-redux"; -import { Tree, TreeProps, TreeItem } from "../../components/tree/tree"; -import { RootState } from "../../store/store"; -import { TreePicker as TTreePicker, TreePickerNode, createTreePickerNode } from "../../store/tree-picker/tree-picker"; -import { getNodeValue, getNodeChildren } from "../../models/tree"; +import { Tree, TreeProps, TreeItem } from "~/components/tree/tree"; +import { RootState } from "~/store/store"; +import { TreePicker as TTreePicker, TreePickerNode, createTreePickerNode } from "~/store/tree-picker/tree-picker"; +import { getNodeValue, getNodeChildren } from "~/models/tree"; const memoizedMapStateToProps = () => { let prevState: TTreePicker;