import React from 'react'; import PropTypes from 'prop-types'; import {Navbar, Nav, Form, FormControl, Button} from 'react-bootstrap'; import {LinkContainer} from 'react-router-bootstrap'; import {Link} from 'react-router-dom'; import './style'; function ApplicationLayout({children}) { return (