Initial commit
This commit is contained in:
20
node_modules/react-router/es/index.js
generated
vendored
Normal file
20
node_modules/react-router/es/index.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import _MemoryRouter from "./MemoryRouter";
|
||||
export { _MemoryRouter as MemoryRouter };
|
||||
import _Prompt from "./Prompt";
|
||||
export { _Prompt as Prompt };
|
||||
import _Redirect from "./Redirect";
|
||||
export { _Redirect as Redirect };
|
||||
import _Route from "./Route";
|
||||
export { _Route as Route };
|
||||
import _Router from "./Router";
|
||||
export { _Router as Router };
|
||||
import _StaticRouter from "./StaticRouter";
|
||||
export { _StaticRouter as StaticRouter };
|
||||
import _Switch from "./Switch";
|
||||
export { _Switch as Switch };
|
||||
import _generatePath from "./generatePath";
|
||||
export { _generatePath as generatePath };
|
||||
import _matchPath from "./matchPath";
|
||||
export { _matchPath as matchPath };
|
||||
import _withRouter from "./withRouter";
|
||||
export { _withRouter as withRouter };
|
||||
Reference in New Issue
Block a user