Remove TempUIDemo route and references
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 <noreply@anthropic.com>
This commit is contained in:
@@ -116,8 +116,6 @@ const HelpSettingsEmbedWidget = React.lazy(() => import('./pages/help/HelpSettin
|
|||||||
const HelpSettingsStaffRoles = React.lazy(() => import('./pages/help/HelpSettingsStaffRoles'));
|
const HelpSettingsStaffRoles = React.lazy(() => import('./pages/help/HelpSettingsStaffRoles'));
|
||||||
const HelpSettingsCommunication = React.lazy(() => import('./pages/help/HelpSettingsCommunication'));
|
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 HelpComprehensive = React.lazy(() => import('./pages/help/HelpComprehensive'));
|
||||||
const StaffHelp = React.lazy(() => import('./pages/help/StaffHelp'));
|
const StaffHelp = React.lazy(() => import('./pages/help/StaffHelp'));
|
||||||
const PlatformSupport = React.lazy(() => import('./pages/PlatformSupport')); // Import Platform Support page (for businesses to contact SmoothSchedule)
|
const PlatformSupport = React.lazy(() => import('./pages/PlatformSupport')); // Import Platform Support page (for businesses to contact SmoothSchedule)
|
||||||
@@ -802,8 +800,6 @@ const AppContent: React.FC = () => {
|
|||||||
/>
|
/>
|
||||||
<Route path="/dashboard/scheduler" element={<Scheduler />} />
|
<Route path="/dashboard/scheduler" element={<Scheduler />} />
|
||||||
<Route path="/dashboard/tickets" element={<Tickets />} />
|
<Route path="/dashboard/tickets" element={<Tickets />} />
|
||||||
{/* TEMP: Demo page for UI options - DELETE AFTER DECISION */}
|
|
||||||
<Route path="/dashboard/temp-ui-demo" element={<TempUIDemo />} />
|
|
||||||
<Route
|
<Route
|
||||||
path="/dashboard/help"
|
path="/dashboard/help"
|
||||||
element={
|
element={
|
||||||
|
|||||||
Reference in New Issue
Block a user