Rename SelectableDraggableTemplate file

This commit is contained in:
barsdeveloper
2022-10-14 18:24:35 +02:00
parent 536992e72c
commit da73cf98b5
4 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import Utility from "../Utility"
import IDraggableElement from "./IDraggableElement"
/**
* @typedef {import("../template/SelectableDraggableTemplate").default} ISelectableDraggableTemplate
* @typedef {import("../template/ISelectableDraggableTemplate").default} ISelectableDraggableTemplate
* @typedef {import("../entity/IEntity").default} IEntity
*/