Skip to content

Commit

Permalink
Rearranged imports inverter/charger.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwaalkens committed Oct 11, 2023
1 parent 51014e6 commit 01877d4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { useAppStore, useInverterCharger, useShorePowerInput } from "@victronenergy/mfd-modules"
import { useState } from "react"
import { observer } from "mobx-react-lite"
import InverterChargerIcon from "../../../images/icons/inverter-charger.svg"
import { translate } from "react-i18nify"
import { useAppStore, useInverterCharger, useShorePowerInput } from "@victronenergy/mfd-modules"
import InverterChargerIcon from "../../../images/icons/inverter-charger.svg"
import { formatStateForTranslation } from "../../../utils/format"
import { useState } from "react"
import Button from "../../ui/Button"
import InputLimitSelector from "../../ui/InputLimitSelector"
import ValueBox from "../../ui/ValueBox"
Expand Down

0 comments on commit 01877d4

Please sign in to comment.