UNPKG

@appearhere/bloom

Version:

Appear Here's pattern library and styleguide

8 lines (6 loc) 207 B
import GA from 'react-ga'; export default (props) => { GA.set({ page: props.location.pathname + props.location.search }); GA.pageview(props.location.pathname + props.location.search); return null; };