save work

This commit is contained in:
Red Adaya 2024-10-02 22:38:31 +08:00
parent f5c0503d1f
commit 06c04c0f24
5 changed files with 2 additions and 0 deletions

View File

@ -59,4 +59,6 @@ const List = memo(({ items, className, renderItem }: ListProps) => {
return <ul className="list">{items.map((item, index) => renderListItem(item, index))}</ul>;
});
List.displayName = "List";
export { List };

View File

View File

View File

View File