mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-04-14 10:47:34 +08:00
Specify extension in include paths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import IEntity from "./IEntity"
|
||||
import GuidEntity from "./GuidEntity"
|
||||
import IEntity from "./IEntity.js"
|
||||
import GuidEntity from "./GuidEntity.js"
|
||||
|
||||
export default class VariableReferenceEntity extends IEntity {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user