Use cache

This commit is contained in:
Florian Schroedl
2024-01-23 16:56:24 +01:00
parent 7b42d17ff8
commit a177aaedea
3 changed files with 5 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ import { modifyPath, mergeDeepRight } from "ramda";
const STORAGE_KEY = "ecoplanet";
const defaultState = {
dateCache: undefined,
dataCache: undefined,
options: {
lineWidth: undefined,
defaultDate: undefined,