Skip to content

Commit 3ded77b

Browse files
committed
fix(): wrapLocalBrick requires import order
1 parent d0ff0ef commit 3ded77b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bricks/basic/src/base-bricks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Merge bricks
2-
import "./button/index.js";
32
import "./link/index.js";
3+
import "./tooltip/index.js";
4+
import "./button/index.js";
45
import "./data-providers/show-dialog/show-dialog.js";
56
import "./data-providers/show-notification/show-notification.js";
6-
import "./tooltip/index.js";

0 commit comments

Comments
 (0)