From af7009955f2e056cf79c2fec5441d74504a4d0d7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-BC3NEC6\\chiefsoft" Date: Thu, 9 Feb 2023 21:16:39 -0500 Subject: [PATCH] Track Actio Pages --- src/Routers.jsx | 3 +- src/components/Cards/TrackItemCard.jsx | 2 +- .../TrackAction/UserRecentTracking.jsx | 28 +++++++++++ .../Tracking/TrackAction/UserWeightWidget.jsx | 19 ++++++++ src/components/Tracking/TrackAction/index.jsx | 46 +++++++++++++++++++ src/views/TrackActionPage.jsx | 11 +++++ 6 files changed, 107 insertions(+), 2 deletions(-) create mode 100644 src/components/Tracking/TrackAction/UserRecentTracking.jsx create mode 100644 src/components/Tracking/TrackAction/UserWeightWidget.jsx create mode 100644 src/components/Tracking/TrackAction/index.jsx create mode 100644 src/views/TrackActionPage.jsx diff --git a/src/Routers.jsx b/src/Routers.jsx index e73248f..f5f4593 100755 --- a/src/Routers.jsx +++ b/src/Routers.jsx @@ -28,6 +28,7 @@ import RemindersAddPage from './views/RemindersAddPage'; import TrackingPage from "./views/TrackingPage"; import CalendarPage from "./views/CalendarPage"; import ResourcePage from "./views/ResourcePage"; +import TrackActionPage from "./views/TrackActionPage"; export default function Routers() { return ( @@ -67,7 +68,7 @@ export default function Routers() { } /> } /> - + } />