mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-17 10:17:29 +08:00
Specify extension in include paths
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import ColorPickerWindowTemplate from "../template/window/ColorPickerWindowTemplate"
|
||||
import Configuration from "../Configuration"
|
||||
import IDraggableElement from "./IDraggableElement"
|
||||
import WindowTemplate from "../template/window/WindowTemplate"
|
||||
import ColorPickerWindowTemplate from "../template/window/ColorPickerWindowTemplate.js"
|
||||
import Configuration from "../Configuration.js"
|
||||
import IDraggableElement from "./IDraggableElement.js"
|
||||
import WindowTemplate from "../template/window/WindowTemplate.js"
|
||||
|
||||
/** @typedef {typeof WindowElement} WindowElementConstructor */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user