You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

StaticRouter.js 364 B

3 years ago
1234567891011
  1. "use strict";
  2. exports.__esModule = true;
  3. var _StaticRouter = require("react-router/StaticRouter");
  4. var _StaticRouter2 = _interopRequireDefault(_StaticRouter);
  5. function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
  6. exports.default = _StaticRouter2.default; // Written in this round about way for babel-transform-imports