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 */}
- } />