From 28d1fc9ce25922467498df1a0b602afc37ca89af Mon Sep 17 00:00:00 2001 From: Ashutosh Bishnoi Date: Fri, 13 Nov 2020 15:01:01 +0530 Subject: Implementing Daily Summary Report --- modern/src/App.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modern/src/App.js') diff --git a/modern/src/App.js b/modern/src/App.js index 8a308c1..c54e648 100644 --- a/modern/src/App.js +++ b/modern/src/App.js @@ -21,6 +21,7 @@ import { LinearProgress } from '@material-ui/core'; import TripReportPage from './reports/TripReportPage'; import StopReportPage from './reports/StopReportPage'; import SummaryReportPage from './reports/SummaryReportPage'; +import DailySummaryReportPage from './reports/DailySummaryReportPage'; const App = () => { const initialized = useSelector(state => !!state.session.server && !!state.session.user); @@ -50,6 +51,7 @@ const App = () => { + )} -- cgit v1.2.3