Pin names refactoring

This commit is contained in:
barsdeveloper
2023-01-03 23:04:35 +01:00
parent fd8a30ccdf
commit e72e04ae0a
11 changed files with 31 additions and 33 deletions

View File

@@ -1,6 +1,4 @@
import { html } from "lit"
import IntPinTemplate from "./IntPinTemplate"
import INumericInputPinTemplate from "./INumericInputPinTemplate"
/** @typedef {import("../../entity/IntegerEntity").default} IntegerEntity */