mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-12 02:57:32 +08:00
Specify extension in include paths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import IntegerEntity from "./IntegerEntity"
|
||||
import Utility from "../Utility"
|
||||
import IntegerEntity from "./IntegerEntity.js"
|
||||
import Utility from "../Utility.js"
|
||||
|
||||
export default class NaturalNumberEntity extends IntegerEntity {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user