From e6fdc53dd8c2488265af52d4c3bbb2e3b59e1eda Mon Sep 17 00:00:00 2001 From: Ida Dittrich Date: Thu, 12 Feb 2026 10:16:50 +0100 Subject: [PATCH] fix: import error --- src/App.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index d468328..dd09c45 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -47,8 +47,6 @@ import { FeatureViewPage } from './pages/FeatureView'; import { AdminMandatesPage, AdminUsersPage, AdminUserMandatesPage, AdminFeatureAccessPage, AdminInvitationsPage, AdminFeatureRolesPage, AdminFeatureInstanceUsersPage, AdminMandateRolesPage, AdminMandateRolePermissionsPage, AdminUserAccessOverviewPage } from './pages/admin'; import { PlaygroundPage, WorkflowsPage, AutomationsPage } from './pages/workflows'; import { PromptsPage, FilesPage, ConnectionsPage } from './pages/basedata'; -import { PekPage, SpeechPage } from './pages/migrate'; - function App() { // Load saved theme preference and set app name on app mount useEffect(() => { @@ -121,12 +119,10 @@ function App() { } /> - {/* ============================================== */} - {/* MIGRATE TO FEATURES (temporary) */} - {/* ============================================== */} + {/* Legacy top-level routes – redirect to dashboard (migrated to feature-instance routes) */} } /> - } /> - } /> + } /> + } /> {/* ============================================== */} {/* FEATURE-INSTANZ ROUTES */}