From 31a0f5c06d94e4575e4c5c06750c741fdd3fca06 Mon Sep 17 00:00:00 2001 From: barsdeveloper <84736467+barsdeveloper@users.noreply.github.com> Date: Thu, 1 Jul 2021 23:22:55 +0200 Subject: [PATCH] Rename ueblueprint.js to UEBlueprint.js --- js/{ueblueprint.js => UEBlueprint.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename js/{ueblueprint.js => UEBlueprint.js} (99%) 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 +}