Update ShimmerText.tsx

This commit is contained in:
Nate Kelley 2025-01-23 12:40:13 -07:00
parent cb2d3c3235
commit 4a52fa6ddd
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 2 additions and 0 deletions

View File

@ -53,3 +53,5 @@ export const ShimmerText: React.FC<ShimmerText2Props> = React.memo(
); );
} }
); );
ShimmerText.displayName = 'ShimmerText';