While I was working with the `SingleLine` component for user profiles, I noticed that this component was not default export. This is not consistent with the rest of the components in our codebase, so to address this I made `SingleLine` the default export and updated the import calls to reflect this change