7 lines
249 B
TypeScript
7 lines
249 B
TypeScript
|
|
/** @deprecated Import from `@/application/state/sftp/sftpTreeSelectionStore` instead. */
|
||
|
|
export {
|
||
|
|
sftpTreeSelectionStore,
|
||
|
|
useSftpTreeSelectionState,
|
||
|
|
type SftpTreeSelectionItem,
|
||
|
|
} from "../../../application/state/sftp/sftpTreeSelectionStore";
|