feat(history): add electricity price chart

This commit is contained in:
2026-08-02 15:52:22 +02:00
parent f70f3ab054
commit 029c29afd1
10 changed files with 137 additions and 20 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import i18next from 'i18next';
import resources from './translations';
await i18next.init(() => ({
await i18next.init({
lng: 'nl',
resources,
}));
});
export default i18next;