diff --git a/plant-manager-web/src/App.tsx b/plant-manager-web/src/App.tsx index 5930a87..cc02686 100644 --- a/plant-manager-web/src/App.tsx +++ b/plant-manager-web/src/App.tsx @@ -2,6 +2,7 @@ import { useState } from 'react'; import { ActionsView } from './components/ActionsView'; import { ActivitiesView } from './components/ActivitiesView'; import { CareView } from './components/CareView'; +import { CareHistoryView } from './components/CareHistoryView'; import { FlagsView } from './components/FlagsView'; import { GroupsView } from './components/GroupsView'; import { HomeView } from './components/HomeView'; @@ -23,6 +24,7 @@ export function App() { actionResources, careActions, careActivities, + careHistory, careTasks, dueCount, error, @@ -159,6 +161,7 @@ export function App() { removeAction, removeActivity, removeAssignedPlantFlag, + removeCareHistoryEvent, removeSchedule, removeFlagDefinition, removeLocation, @@ -180,6 +183,8 @@ export function App() { searchTaxonInfo, previewCatalogImportFile, setPlantInfoQuery, + snoozeCare, + updateCareHistoryEvent, } = useAppActions({ editors, loadDashboard, @@ -244,6 +249,13 @@ export function App() { > Care +