Skip to content

Commit 264aa82

Browse files
committed
lint
1 parent 04060f1 commit 264aa82

File tree

1 file changed

+1
-1
lines changed
  • assets/js/components/Config/DeviceModal

1 file changed

+1
-1
lines changed

assets/js/components/Config/DeviceModal/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { DeviceType, MODBUS_COMSET, MeterTemplateUsage } from "@/types/evcc";
22
import { ConfigType } from "@/types/evcc";
3-
import api, { baseApi } from "@/api";
3+
import api from "@/api";
44
import { extractPlaceholders, replacePlaceholders } from "@/utils/placeholder";
55

66
export type Product = {

0 commit comments

Comments
 (0)