diff options
| author | Mazeorz <[email protected]> | 2022-11-03 13:40:05 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-03 13:40:05 +0800 |
| commit | c539d5915023ed99bf0235701d884fa4b02589ec (patch) | |
| tree | c246fe5de733b0ef337e8f76c162f8ec517dbb9b /src/components | |
| parent | 908a2c5251d2bf236df97e2c79b27f699b5b6d39 (diff) | |
Update Icon.tsx
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Icon.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Icon.tsx b/src/components/Icon.tsx index 5085b3a..560fb6d 100644 --- a/src/components/Icon.tsx +++ b/src/components/Icon.tsx @@ -17,5 +17,4 @@ const Icon = ({ id, width = 20, height = 20, className, ...props }: Props) => { </svg> ); }; - export default React.memo(Icon); |
