We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca95ce commit 6460fe0Copy full SHA for 6460fe0
website/modules/components/App.js
@@ -2,7 +2,7 @@ import React from "react";
2
3
// don't want the shimmed one
4
// eslint-disable-next-line
5
-import BrowserRouter from "../../../packages/react-router-dom/BrowserRouter";
+import { BrowserRouter } from "../../../packages/react-router-dom";
6
7
// this stuff is shimmed, see ReactRouterDOMShim.js for more details
8
import { Switch, Route } from "react-router-dom";
0 commit comments