From 5ceb243de926983b9880be238638cf398e274f18 Mon Sep 17 00:00:00 2001 From: Ida Dittrich Date: Tue, 10 Mar 2026 08:59:39 +0100 Subject: [PATCH] fix:build errors due to old pages --- src/App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index d56bc0a..ac4ab76 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -40,8 +40,7 @@ import StorePage from './pages/Store'; import { FeatureViewPage } from './pages/FeatureView'; import { AccessManagementHub, AdminMandatesPage, AdminUsersPage, AdminUserMandatesPage, AdminFeatureAccessPage, AdminInvitationsPage, AdminMandateRolesPage, AdminFeatureRolesPage, AdminFeatureInstanceUsersPage, AdminMandateRolePermissionsPage, AdminUserAccessOverviewPage, AdminAutomationEventsPage, AdminLogsPage } from './pages/admin'; import { AdminMandateWizardPage, AdminInvitationWizardPage } from './pages/admin/wizards'; -import { PlaygroundPage, WorkflowsPage } from './pages/workflows'; -import { AutomationDefinitionsView } from './pages/views/automation'; +import { PlaygroundPage } from './pages/workflows'; import { PromptsPage, FilesPage, ConnectionsPage } from './pages/basedata'; import { BillingDataView, BillingAdmin } from './pages/billing'; function App() {