mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-19 04:55:57 +08:00
Specify extension in include paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import ObjectEntity from "../ObjectEntity"
|
||||
import ObjectReferenceEntity from "../ObjectReferenceEntity"
|
||||
import PinEntity from "../PinEntity"
|
||||
import ObjectEntity from "../ObjectEntity.js"
|
||||
import ObjectReferenceEntity from "../ObjectReferenceEntity.js"
|
||||
import PinEntity from "../PinEntity.js"
|
||||
|
||||
export default class KnotEntity extends ObjectEntity {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user