# frozen_string_literal: true module Decidim module Results # This module contains all the domain logic associated to Decidim's Results # component admin panel. module Admin end end end