Files
spotlightcam/frontend/src/components/profile/index.js
Radosław Gierwiało 93ff331bfb refactor(frontend): extract ProfileForm and PasswordChangeForm from ProfilePage
- Create components/profile/ProfileForm.jsx (192 lines)
- Create components/profile/PasswordChangeForm.jsx (99 lines)
- Create components/profile/index.js barrel export
- Reduce ProfilePage.jsx from 394 → 84 lines (-79%)
2025-11-23 22:13:56 +01:00

3 lines
126 B
JavaScript

export { default as ProfileForm } from './ProfileForm';
export { default as PasswordChangeForm } from './PasswordChangeForm';