aboutsummaryrefslogtreecommitdiff
path: root/modern/src/components/NavBar.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/components/NavBar.js')
-rw-r--r--modern/src/components/NavBar.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/modern/src/components/NavBar.js b/modern/src/components/NavBar.js
index 68e38bf..93e79bb 100644
--- a/modern/src/components/NavBar.js
+++ b/modern/src/components/NavBar.js
@@ -1,5 +1,7 @@
import React from 'react';
-import { AppBar, Toolbar, Typography, IconButton } from '@material-ui/core';
+import {
+ AppBar, Toolbar, Typography, IconButton,
+} from '@material-ui/core';
import MenuIcon from '@material-ui/icons/Menu';
const Navbar = ({ setOpenDrawer, title }) => (