Skip to content

Commit

Permalink
Eager load upload btn
Browse files Browse the repository at this point in the history
  • Loading branch information
mokimo committed Aug 19, 2024
1 parent 71ebe3d commit a1fa31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unitylibs/blocks/unity/unity.js
Original file line number Diff line number Diff line change
@@ -44,6 +44,7 @@ export default async function init(el) {
loadStyle(`${getUnityLibs()}/core/workflow/${wfName}/${wfName}.css`, resolve);
}),
import(`${unitylibs}/core/steps/app-connector.js`),
import(`${unitylibs}/core/steps/upload-btn.js`),
import(`${unitylibs}/core/workflow/${wfName}/${wfName}.js`),
]);
await wfinit({

0 comments on commit a1fa31e

Please sign in to comment.