Skip to content

Commit

Permalink
Unify export
Browse files Browse the repository at this point in the history
  • Loading branch information
PRO-2684 committed Jul 31, 2024
1 parent d465cd9 commit 480f20b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ async function onSettingWindowCreated(view) {
transitio.rendererReady(); // Call again to ensure the settings view gets the styles data.
}

export {
onSettingWindowCreated
}
export { onSettingWindowCreated };

0 comments on commit 480f20b

Please sign in to comment.