hermes-agent/apps/desktop/src/components/assistant-ui/attachment.tsx
Brooklyn Nicholson 7b61f86529 feat(desktop): add structured desktop chat app
Introduce the Electron desktop app with a split app/chat/settings structure and shared nanostore state so UI areas own their state instead of routing it through the root.
2026-05-01 12:49:12 -05:00

6 lines
230 B
TypeScript

'use client'
// Minimal stubs — attachment upload not wired in the desktop app yet.
export const ComposerAddAttachment = () => null
export const ComposerAttachments = () => null
export const UserMessageAttachments = () => null