# frozen_string_literal: true

class EmojiSerializer < ApplicationSerializer
  attributes :name, :url, :group
end