import React from 'react'; const ProfileSelector = ({ selectedProfile, setSelectedProfile }) => { return (
); }; export default ProfileSelector;