From 8305726f83066a438e965623a9c7cd53c2d49fda Mon Sep 17 00:00:00 2001 From: Kenneth Date: Sun, 11 Jan 2026 18:13:34 +0000 Subject: [PATCH] feat(companion): move orchestrator before ble tab --- aris/app/(tabs)/_layout.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/aris/app/(tabs)/_layout.tsx b/aris/app/(tabs)/_layout.tsx index ba04a8d..fe7bd93 100644 --- a/aris/app/(tabs)/_layout.tsx +++ b/aris/app/(tabs)/_layout.tsx @@ -6,20 +6,6 @@ const iconSize = 22; export default function TabLayout() { return ( - ( - - ), - }} - /> + ( + + ), + }} + />