Files
beamboxctl/src/components/index.ts
T
yuzu e64d2e6f1b feat: prompt for confirmation before uploading animated media from #2
Adds a confirmation step when users attempt to upload GIFs or videos. These are back to experimental and contain risk of bricking the device.
2026-06-08 23:11:09 +07:00

8 lines
360 B
TypeScript

export { Header } from './Header.tsx';
export { ConfirmAnimatedUpload } from './ConfirmAnimatedUpload.tsx';
export { UploadProgress } from './UploadProgress.tsx';
export { Status } from './Status.tsx';
export { ConnectionStatus, type ConnectionStep } from './ConnectionStatus.tsx';
export { App } from './App.tsx';
export { StatusApp } from './StatusApp.tsx';