diff options
Diffstat (limited to 'src/History.js')
-rw-r--r-- | src/History.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/History.js b/src/History.js index 2e710de..30e2fc4 100644 --- a/src/History.js +++ b/src/History.js @@ -12,7 +12,7 @@ import { ResponsiveContainer, Label, } from "recharts"; -import GoatCounter from './GoatCounter'; +import GoatCounter from "./GoatCounter"; const History = (props) => { const offset = DateTime.fromSQL(props.data[0].date, { zone: "UTC" }).setZone(DateTime.local().zoneName).toSeconds(); |