import React, { Component } from "react"; import { Link } from "react-router-dom"; import InLineSearch from "./common/Functionality/InlineSearchBar"; // Navbar class component, Just simple href's to retain styling export class Navigation extends Component { render() { return ( ); } } export default Navigation;