/* Polyfills for IE */ import 'react-app-polyfill/ie11'; import 'core-js/features/array/find'; import 'core-js/features/array/includes'; import 'core-js/features/number/is-nan'; /* App starts here */ import React from "react"; import { withRouter, NavLink, Route, Switch } from "react-router-dom"; import Modal from "react-bootstrap/Modal"; import Button from "react-bootstrap/Button"; import "bootstrap/dist/css/bootstrap.min.css"; /* Custom components */ import './modest.css'; import "./App.css"; class Header extends React.Component { constructor(props) { super(props); } componentDidMount() { } render() { return (