const base = { profileData: { name: 'John Doe' }, }; export const mockProfilePageProps = { base, };