);
}
diff --git a/src/components/App.js b/src/components/App.js
index 0ae4100..42dc730 100644
--- a/src/components/App.js
+++ b/src/components/App.js
@@ -1,14 +1,14 @@
import React, {Component} from 'react';
-import Header from './Header';
+import NavBar from './NavBar';
import AnswerKeyForm from './AnswerKeyForm';
class App extends Component {
render() {
return (
-
+
-
+
);
diff --git a/src/components/Header/index.css b/src/components/NavBar/index.css
similarity index 100%
rename from src/components/Header/index.css
rename to src/components/NavBar/index.css
diff --git a/src/components/Header/index.js b/src/components/NavBar/index.js
similarity index 100%
rename from src/components/Header/index.js
rename to src/components/NavBar/index.js