Skip to content

Commit

Permalink
chore: change order of export
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed May 8, 2024
1 parent 78e0017 commit 75c9f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/webpack/published-ts-components.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const publishedTSComponents = {
// Don't remove next line
// plop_marker:published-components
CustomMenuItem: "components/CustomMenuItem/CustomMenuItem",
EditableText: "components/EditableText/EditableText",
Badge: "components/Badge/Badge",
Text: "components/Text/Text",
Expand Down Expand Up @@ -85,6 +84,7 @@ const publishedTSComponents = {
Flex: "components/Flex/Flex",
MenuTitle: "components/Menu/MenuTitle/MenuTitle",
MenuItem: "components/Menu/MenuItem/MenuItem",
CustomMenuItem: "components/CustomMenuItem/CustomMenuItem",
MenuItemButton: "components/Menu/MenuItemButton/MenuItemButton",
MenuDivider: "components/Menu/MenuDivider/MenuDivider",
Menu: "components/Menu/Menu/Menu",
Expand Down

0 comments on commit 75c9f2e

Please sign in to comment.