From 668f0ee2dcc2bea3647e43db019ec3d9ee61e00e Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sun, 15 Nov 2020 13:38:09 -0500 Subject: add goatcounter as page element to hopefully catch routing --- src/History.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/History.js') diff --git a/src/History.js b/src/History.js index df5398b..2e710de 100644 --- a/src/History.js +++ b/src/History.js @@ -12,6 +12,7 @@ import { ResponsiveContainer, Label, } from "recharts"; +import GoatCounter from './GoatCounter'; const History = (props) => { const offset = DateTime.fromSQL(props.data[0].date, { zone: "UTC" }).setZone(DateTime.local().zoneName).toSeconds(); @@ -45,6 +46,7 @@ const History = (props) => { + ); }; -- cgit v1.2.3