Files
NetMesh/components/sftp/hooks/useSftpFocusedPane.ts

7 lines
212 B
TypeScript
Raw Permalink Normal View History

/** @deprecated Import from `@/application/state/sftp/sftpFocusStore` instead. */
export {
sftpFocusStore,
useSftpFocusedSide,
type SftpFocusedSide,
} from "../../../application/state/sftp/sftpFocusStore";