- 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%)
3 lines
126 B
JavaScript
3 lines
126 B
JavaScript
export { default as ProfileForm } from './ProfileForm';
|
|
export { default as PasswordChangeForm } from './PasswordChangeForm';
|