import React from 'react' const AddFamily = () => { return (
Add Family
) } export default AddFamily