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