This commit is contained in:
tapframe 2025-10-14 22:34:20 +05:30
parent edfbc2d937
commit faeeaf5ecf

View file

@ -32,3 +32,4 @@ const TMDBIcon: React.FC<TMDBIconProps> = ({ size = 24, color = '#00b3e5' }) =>
export default TMDBIcon;