feat: Introduce shared settings components, implement user settings pages, and refactor agent settings pages to utilize them.
This commit is contained in:
6
src/components/settings/index.ts
Normal file
6
src/components/settings/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Shared Settings Components
|
||||
export { SettingsSidebar } from './SettingsSidebar';
|
||||
export { ProfileSettingsForm } from './ProfileSettingsForm';
|
||||
export { PasswordSecurityForm } from './PasswordSecurityForm';
|
||||
export { NotificationsForm } from './NotificationsForm';
|
||||
export { PrivacyForm } from './PrivacyForm';
|
||||
Reference in New Issue
Block a user