export interface CounterObject {
  emoji: string;
  by: string;
}
