Insert ga tags in app

This commit is contained in:
Tom Moor
2017-11-09 00:17:55 -08:00
parent 7bad7a2567
commit b08e34d578
6 changed files with 30 additions and 32 deletions

View File

@ -2,7 +2,7 @@
import React from 'react';
import { Helmet } from 'react-helmet';
import Navigation from './Navigation';
import Analytics from './Analytics';
import Analytics from '../../../shared/components/Analytics';
import globalStyles from '../../../shared/styles/globals';
type Props = {