import List from "./List"; const Managed = () => { return (
Accounts under your oversight and management.
); }; export default Managed;