Make Practice Summary Report stub
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import UploadDLockData from '../scenes/UploadDLockData';
|
||||
import Home from '../scenes/Home';
|
||||
import IncidentsReport from '../scenes/IncidentsReport';
|
||||
import PracticeSummaryReport from '../scenes/PracticeSummaryReport';
|
||||
|
||||
export const mainMenuItems = [
|
||||
{
|
||||
@@ -9,6 +10,12 @@ export const mainMenuItems = [
|
||||
url: '/',
|
||||
component: Home,
|
||||
},
|
||||
{
|
||||
id: 'practiceSummaryReport',
|
||||
title: 'Practice Summary Report',
|
||||
url: '/practice-summary-report',
|
||||
component: PracticeSummaryReport,
|
||||
},
|
||||
{
|
||||
id: 'report',
|
||||
title: 'Incidents Report',
|
||||
|
||||
Reference in New Issue
Block a user