diff --git a/js/ueblueprint.js b/js/UEBlueprint.js similarity index 99% rename from js/ueblueprint.js rename to js/UEBlueprint.js index 4d3482e..0c019ca 100644 --- a/js/ueblueprint.js +++ b/js/UEBlueprint.js @@ -232,4 +232,4 @@ export default class UEBlueprint extends UEBlueprintDOMModel { addNode(...blueprintNode) { this.nodes.push(...blueprintNode) } -} \ No newline at end of file +}