import {} from "react-native"; import BeasyLogoIcon from "./BeasyLogoIcon"; import NotificationIconButton from "./NotificationIconButton"; import Box from "./bases/Box"; const BarWithBeasyAndNotificationsIcon = () => { return ( ); }; export default BarWithBeasyAndNotificationsIcon;