We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04060f1 commit 264aa82Copy full SHA for 264aa82
assets/js/components/Config/DeviceModal/index.ts
@@ -1,6 +1,6 @@
1
import type { DeviceType, MODBUS_COMSET, MeterTemplateUsage } from "@/types/evcc";
2
import { ConfigType } from "@/types/evcc";
3
-import api, { baseApi } from "@/api";
+import api from "@/api";
4
import { extractPlaceholders, replacePlaceholders } from "@/utils/placeholder";
5
6
export type Product = {
0 commit comments