How to extract a child component
- name child fragment
- select fields
- select prop name
- import type for fragment reference
- include type for fragment reference in prop types
- read fragment reference
- extract into its own file
- pick a file name
- pick a component name
- spread child fragment
- remove unused fields
- pass fragment reference as prop
- import child JavaScript
- render child