From 4a7595e76d14893e0892baefdb772f6cd86b9a7d Mon Sep 17 00:00:00 2001 From: Metamaps on Linode Date: Sat, 14 Oct 2017 14:54:45 -0400 Subject: [PATCH] fixup imports --- frontend/src/routes/Apps.js | 2 +- frontend/src/routes/Maps/Header.js | 2 +- frontend/src/routes/Notifications.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/Apps.js b/frontend/src/routes/Apps.js index 94c7e32d..108bcc43 100644 --- a/frontend/src/routes/Apps.js +++ b/frontend/src/routes/Apps.js @@ -1,6 +1,6 @@ import React, { Component } from 'react' import PropTypes from 'prop-types' -import NavBar from '../components/Navbar' +import NavBar from '../components/NavBar' import NavBarLink from '../components/NavBarLink' class Apps extends Component { diff --git a/frontend/src/routes/Maps/Header.js b/frontend/src/routes/Maps/Header.js index 931cb54f..103380c8 100644 --- a/frontend/src/routes/Maps/Header.js +++ b/frontend/src/routes/Maps/Header.js @@ -1,6 +1,6 @@ import React, { Component } from 'react' import PropTypes from 'prop-types' -import NavBar from '../../components/Navbar' +import NavBar from '../../components/NavBar' import NavBarLink from '../../components/NavBarLink' class Header extends Component { diff --git a/frontend/src/routes/Notifications.js b/frontend/src/routes/Notifications.js index 2814b33a..f15bffe1 100644 --- a/frontend/src/routes/Notifications.js +++ b/frontend/src/routes/Notifications.js @@ -1,5 +1,5 @@ import React, { Component } from 'react' -import NavBar from '../components/Navbar' +import NavBar from '../components/NavBar' import NavBarLink from '../components/NavBarLink' class Notifications extends Component {