Files
fusion/packages/dashboard/app/hooks/useShellConnection.ts
Fusion 3feeb9026a feat(FN-3398): update desktop README with multi-project setup and troublesh
The merge lands Step 7 of FN-3398, adding documentation and delivery artifacts across the mobile and desktop packages with updated READMEs, mobile-specific docs, and architecture references.

Fusion-Task-Id: FN-3398
2026-05-04 22:17:10 -07:00

6 lines
129 B
TypeScript

import { useShellContext } from "../context/ShellContext";
export function useShellConnection() {
return useShellContext();
}