feat: del Redundant code

This commit is contained in:
lhwan 2024-10-17 15:59:37 +08:00
parent 8a1ec11816
commit 34eface4f3

View File

@ -70,7 +70,7 @@ const MenuItem: React.FC<{
}
},
});
};// git log --author="lhwan" --since='2024-09-12' --until='2024-09-14' --pretty=tformat: --numstat | awk '{ add += $1; remove += $2 } END { print "Added lines:", add, "Removed lines:", remove }'
};
return (
<Flex