import Button from "../button/button"; import Typography from "../typography/typography"; const SubHeader = () => { return (
Company profile Update your company photo and details here.
); }; export default SubHeader;