Skip to content

Commit fa48a49

Browse files
authored
Merge pull request #317 from mousheng/comment_component
add comment component:
2 parents 8c38b67 + a8f4023 commit fa48a49

File tree

11 files changed

+616
-3
lines changed

11 files changed

+616
-3
lines changed
Lines changed: 1 addition & 0 deletions
Loading

client/packages/lowcoder-design/src/icons/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ export { ReactComponent as CompressIcon } from "icons/icon-compress.svg";
292292
export { ReactComponent as TableCellsIcon } from "icons/icon-table-cells.svg"; // Added By Aqib Mirza
293293
export { ReactComponent as TimeLineIcon } from "icons/icon-timeline-comp.svg"
294294
export { ReactComponent as LottieIcon } from "icons/icon-lottie.svg";
295+
export { ReactComponent as CommentIcon } from "icons/icon-comment-comp.svg";
295296
export { ReactComponent as MentionIcon } from "icons/icon-mention-comp.svg";
296297
export { ReactComponent as AutoCompleteCompIcon } from "icons/icon-autocomplete-comp.svg";
297298
export { ReactComponent as WidthIcon } from "icons/icon-width.svg";
298-
export { ReactComponent as ResponsiveLayoutCompIcon } from "icons/icon-responsive-layout-comp.svg";
299+
export { ReactComponent as ResponsiveLayoutCompIcon } from "icons/icon-responsive-layout-comp.svg";

0 commit comments

Comments
 (0)