mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-07 19:28:44 +01:00
save work
This commit is contained in:
parent
f5c0503d1f
commit
06c04c0f24
@ -59,4 +59,6 @@ const List = memo(({ items, className, renderItem }: ListProps) => {
|
|||||||
return <ul className="list">{items.map((item, index) => renderListItem(item, index))}</ul>;
|
return <ul className="list">{items.map((item, index) => renderListItem(item, index))}</ul>;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
List.displayName = "List";
|
||||||
|
|
||||||
export { List };
|
export { List };
|
||||||
|
0
frontend/app/view/chatview/channels.less
Normal file
0
frontend/app/view/chatview/channels.less
Normal file
0
frontend/app/view/chatview/channels.tsx
Normal file
0
frontend/app/view/chatview/channels.tsx
Normal file
0
frontend/app/view/chatview/users.less
Normal file
0
frontend/app/view/chatview/users.less
Normal file
0
frontend/app/view/chatview/users.tsx
Normal file
0
frontend/app/view/chatview/users.tsx
Normal file
Loading…
Reference in New Issue
Block a user