import React from 'react'; import {Navbar, Nav, Form, FormControl, Button} from 'react-bootstrap'; import {LinkContainer} from 'react-router-bootstrap'; import {Link} from 'react-router-dom'; import './style'; interface Props { children?: React.ReactNode; } function ApplicationLayout({children}: Props): React.ReactElement { return (