From 3eb1c303e5a40b17774878672171d2572db478fd Mon Sep 17 00:00:00 2001 From: poduck Date: Tue, 23 Dec 2025 21:36:25 -0500 Subject: [PATCH] Remove TempUIDemo route and references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The demo functionality is now embedded directly in the help documentation (HelpScheduler and HelpServices pages). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontend/src/App.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 26bab8b8..af1cee92 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -116,8 +116,6 @@ const HelpSettingsEmbedWidget = React.lazy(() => import('./pages/help/HelpSettin const HelpSettingsStaffRoles = React.lazy(() => import('./pages/help/HelpSettingsStaffRoles')); const HelpSettingsCommunication = React.lazy(() => import('./pages/help/HelpSettingsCommunication')); -// TEMP: Demo page for UI options - DELETE AFTER DECISION -const TempUIDemo = React.lazy(() => import('./pages/TempUIDemo')); const HelpComprehensive = React.lazy(() => import('./pages/help/HelpComprehensive')); const StaffHelp = React.lazy(() => import('./pages/help/StaffHelp')); const PlatformSupport = React.lazy(() => import('./pages/PlatformSupport')); // Import Platform Support page (for businesses to contact SmoothSchedule) @@ -802,8 +800,6 @@ const AppContent: React.FC = () => { /> } /> } /> - {/* TEMP: Demo page for UI options - DELETE AFTER DECISION */} - } />