Skip to content

Commit

Permalink
Proper import of defined.js
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Dec 5, 2024
1 parent 4257266 commit c088b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/Source/Core/addAll.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import defined from "./defined";
import defined from "./defined.js";

/**
* Adds all elements from the given source array to the given target array.
Expand Down

0 comments on commit c088b63

Please sign in to comment.