Experimental port to Firebase hosting
This commit is contained in:
11
public/react-router-dom@4.3.1/Switch.js
Normal file
11
public/react-router-dom@4.3.1/Switch.js
Normal file
@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
|
||||
var _Switch = require("react-router/Switch");
|
||||
|
||||
var _Switch2 = _interopRequireDefault(_Switch);
|
||||
|
||||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||||
|
||||
exports.default = _Switch2.default; // Written in this round about way for babel-transform-imports
|
Reference in New Issue
Block a user