fix: import lodash in component

This commit is contained in:
jialin
2025-02-12 19:34:09 +08:00
parent d3212c8b49
commit 9671f57b65
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -278,4 +278,4 @@ const Catalog: React.FC = () => {
);
};
export default React.memo(Catalog);
export default Catalog;