Skip to content

Commit 852c88d

Browse files
Update src/js/main.js
Co-authored-by: haslinghuis <[email protected]>
1 parent 5a74094 commit 852c88d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/js/main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,7 @@ function startProcess() {
403403
);
404404
break;
405405
case 'configuration':
406-
import(
407-
"./tabs/configuration"
408-
).then(({ configuration }) =>
406+
import("./tabs/configuration").then(({ configuration }) =>
409407
configuration.initialize(content_ready),
410408
);
411409
break;

0 commit comments

Comments
 (0)