6 lines
211 B
TypeScript
6 lines
211 B
TypeScript
|
|
/** @deprecated Import from `@/application/state/sftp/useSftpPaneSorting` instead. */
|
||
|
|
export {
|
||
|
|
useSftpPaneSorting,
|
||
|
|
type UseSftpPaneSortingResult,
|
||
|
|
} from "../../../application/state/sftp/useSftpPaneSorting";
|