Skip to content

Commit

Permalink
fix starter code for NavBar component
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukeghenco committed Mar 30, 2017
1 parent 2480a34 commit 0c4620e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';

const NavBar = () => {
return (<div />);
return <div></div>;
};

export default NavBar;

0 comments on commit 0c4620e

Please sign in to comment.