Files

11 lines
349 B
JavaScript
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
"use strict";
exports.__esModule = true;
var _matchPath = require("react-router/matchPath");
var _matchPath2 = _interopRequireDefault(_matchPath);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _matchPath2.default; // Written in this round about way for babel-transform-imports