When i try to use jquery and bootstrap. I received the below error
Import in body of module; reorder to top import/first
Find the below order which i am using.
import React, {Component} from 'react'
import jquery from 'jquery';
window.$ = window.jQuery=jquery;
import { Navbar, Nav, NavItem, Glyphicon, MenuItem, NavDropdown } from 'react-bootstrap';
Please help me to import bootstrap and jquery in reactjs