chat-ui
chat-ui copied to clipboard
refactor: move DEFAULT_SETTINGS to constants file
- Created new constants.ts file for storing application constants
- Moved DEFAULT_SETTINGS from Settings.ts to constants.ts
- Removed TODO comment as the task is now completed
- Improved code organization and maintainability