import {RedStarStyle as S} from './red-star.style'; import {IRedStar as Props} from './red-star.type'; import React, {FC} from 'react'; /** * * @author Ali M. Sadeghi * @version 0.0.1 * */ export const RedStarComponent: FC = (props) => { return *; };