import * as React from 'react'; interface Props { number: number; } const CommentsNumber = ({ number }: Props) => (