From a407bf46c5a77bacc3f4c703bad8e37ca52a71b1 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Thu, 10 Sep 2026 20:16:40 -0300 Subject: [PATCH] ux: remove duplicated global operational context bar --- web-v2/src/layout/AppLayout.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/web-v2/src/layout/AppLayout.tsx b/web-v2/src/layout/AppLayout.tsx index 120150e..898e860 100644 --- a/web-v2/src/layout/AppLayout.tsx +++ b/web-v2/src/layout/AppLayout.tsx @@ -3,7 +3,6 @@ import { NavLink, Outlet, useNavigate } from 'react-router'; import { useAuth } from '../auth/AuthContext'; import { APP_PHASE, APP_VERSION } from '../config/version'; import { Icon } from '../components/Icon'; -import { OperationalContextBar } from '../components/OperationalContextBar'; import type { IconName } from '../components/Icon'; interface NavItem { @@ -118,7 +117,6 @@ export function AppLayout() { DH Inspección v{APP_VERSION} -