aboutsummaryrefslogtreecommitdiff
path: root/modern/src/reports
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/reports')
-rw-r--r--modern/src/reports/RouteReportPage.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/src/reports/RouteReportPage.js b/modern/src/reports/RouteReportPage.js
index 406cc42..a478ddb 100644
--- a/modern/src/reports/RouteReportPage.js
+++ b/modern/src/reports/RouteReportPage.js
@@ -1,5 +1,5 @@
import React, { useState } from 'react';
-import MainToobar from '../MainToolbar';
+import MainToolbar from '../MainToolbar';
import { Grid, TableContainer, Table, TableRow, TableCell, TableHead, TableBody, Paper, makeStyles, FormControl, InputLabel, Select, MenuItem, Button, TextField } from '@material-ui/core';
import t from '../common/localization';
import { useSelector } from 'react-redux';
@@ -79,7 +79,7 @@ const RouteReportPage = () => {
return (
<div className={classes.root}>
- <MainToobar />
+ <MainToolbar />
<div className={classes.content}>
<Grid container spacing={2}>
<Grid item xs={12} md={3} lg={2}>