mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-02 13:07:30 +08:00
Specify extension in include paths
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import IEntity from "./IEntity"
|
||||
import InvariantTextEntity from "./InvariantTextEntity"
|
||||
import LocalizedTextEntity from "./LocalizedTextEntity"
|
||||
import UnionType from "./UnionType"
|
||||
import IEntity from "./IEntity.js"
|
||||
import InvariantTextEntity from "./InvariantTextEntity.js"
|
||||
import LocalizedTextEntity from "./LocalizedTextEntity.js"
|
||||
import UnionType from "./UnionType.js"
|
||||
|
||||
export default class FormatTextEntity extends IEntity {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user