diff --git a/src/components/BarWithBeasyAndNotificationsIcon.tsx b/src/components/BarWithBeasyAndNotificationsIcon.tsx new file mode 100644 index 0000000..63ad568 --- /dev/null +++ b/src/components/BarWithBeasyAndNotificationsIcon.tsx @@ -0,0 +1,15 @@ +import {} from "react-native"; +import BeasyLogoIcon from "./BeasyLogoIcon"; +import NotificationIconButton from "./NotificationIconButton"; +import Box from "./bases/Box"; + +const BarWithBeasyAndNotificationsIcon = () => { + return ( + + + + + ); +}; + +export default BarWithBeasyAndNotificationsIcon;