mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-05-15 12:48:02 +02:00
8 lines
400 B
TypeScript
8 lines
400 B
TypeScript
// Re-export from decomposed MeshChat module.
|
|
// The original monolith has been split into:
|
|
// MeshChat/useMeshChatController.ts — controller hook (state, effects, handlers)
|
|
// MeshChat/index.tsx — presentational shell
|
|
// MeshChat/types.ts, utils.ts, storage.ts — extracted shared modules
|
|
export { default } from './MeshChat/index';
|
|
export type { MeshChatProps } from './MeshChat/types';
|