From 4b5cd4576231635f7561b213361cff8cd0e57a40 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 01:52:08 +0000 Subject: [PATCH] Remove all /admin/staff/* routes from App.tsx cgen-78ce4b05aeba4808b339115bc63bd0da --- client/App.tsx | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/client/App.tsx b/client/App.tsx index 61969781..b5bbf63f 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -372,50 +372,6 @@ const App = () => ( /> } /> - {/* Admin & Staff Routes - Unified */} - } - /> - } /> - } /> - } - /> - } /> - } - /> - } - /> - } - /> - } - /> - } - /> - } - /> - } - /> - } - /> } /> } />