Skip to content

Commit

Permalink
Fix ts error
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Dec 4, 2023
1 parent 76ee753 commit 9773ca4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions console/packages/components/src/icons/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ import IconZoomOutLine from "~icons/ri/zoom-out-line";
import IconArrowLeftRightLine from "~icons/ri/arrow-left-right-line";
import IconArrowUpDownLine from "~icons/ri/arrow-up-down-line";
import IconRiUpload2Fill from "~icons/ri/upload-2-fill";
import IconNotificationBadgeLine from "~icons/ri/notification-badge-line";
import IconLogoutCircleRLine from "~icons/ri/logout-circle-r-line";
import IconAccountCircleLine from "~icons/ri/account-circle-line";
import IconSettings3Line from "~icons/ri/settings-3-line";

export {
IconDashboard,
Expand Down Expand Up @@ -136,4 +140,8 @@ export {
IconArrowLeftRightLine,
IconArrowUpDownLine,
IconRiUpload2Fill,
IconNotificationBadgeLine,
IconLogoutCircleRLine,
IconAccountCircleLine,
IconSettings3Line,
};

0 comments on commit 9773ca4

Please sign in to comment.