added migrations for instant delivery
This commit is contained in:
12
node_modules/ga-react-router/src/index.js
generated
vendored
Normal file
12
node_modules/ga-react-router/src/index.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
'use strict';
|
||||
var ga = require('./ga');
|
||||
|
||||
|
||||
function analytics(state) {
|
||||
ga('send', 'pageview', {
|
||||
'page': state.path
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
module.exports = analytics;
|
||||
Reference in New Issue
Block a user