Skip to content

Commit

Permalink
fix(async-components): fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisha0 committed Nov 3, 2022
1 parent 0b31c10 commit 14ab990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/async-plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ function loadPlugin(selector: string, loadCallback: () => void): void {

export const registerAsyncPlugins = () => {
loadPlugin('uip-editor', () => import(/* webpackChunkName: "uip-editor" */ './editor/editor'));
}
};

0 comments on commit 14ab990

Please sign in to comment.