# frozen_string_literal: true
class CustomWizard::BasicWizardSerializer < ::ApplicationSerializer
  attributes :id, :name
end