Skip to content

Commit

Permalink
Fixed ESLint problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
fwaalkens committed Feb 15, 2024
1 parent d8f5a6c commit 1e40218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions src/app/KVNRV/modules/Status/BatteryAlarms.provider.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import {
BatteryId,
PortalId,
Topics,
useBatteries,
useMqtt,
useTopicsState,
} from "@victronenergy/mfd-modules"
import { BatteryId, PortalId, Topics, useBatteries, useMqtt, useTopicsState } from "@victronenergy/mfd-modules"
import { useMemo } from "react"

export interface BatteryAlarmsState {
Expand Down
9 changes: 1 addition & 8 deletions src/app/KVNRV/modules/Status/VebusAlarms.provider.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import {
InstanceId,
PortalId,
Topics,
useMqtt,
useTopicsState,
useVebusStore,
} from "@victronenergy/mfd-modules"
import { InstanceId, PortalId, Topics, useMqtt, useTopicsState, useVebusStore } from "@victronenergy/mfd-modules"
import { useMemo } from "react"

export interface VebusAlarmsState {
Expand Down

0 comments on commit 1e40218

Please sign in to comment.