import { BrowserRouter } from 'react-router-dom'; const app = ( <BrowserRouter> <App /> </BrowserRouter> );