Files
bolt-diy/app/lib/hooks/index.ts
xKevIsDev 7535e16160 chore: remove redundant features
- Remove getPackageJson and getGitInfo from vite config
- Remove Updates tab and all related logic as there was no true update logic in the codebase
2025-07-08 02:08:32 +01:00

10 lines
382 B
TypeScript

export * from './useMessageParser';
export * from './usePromptEnhancer';
export * from './useShortcuts';
export * from './StickToBottom';
export * from './useEditChatDescription';
export { default } from './useViewport';
export { useFeatures } from './useFeatures';
export { useNotifications } from './useNotifications';
export { useConnectionStatus } from './useConnectionStatus';