lib/decidim/meetings/admin.rb



# frozen_string_literal: true

module Decidim
  module Meetings
    # This module contains all the domain logic associated to Decidim's Meetings
    # component admin panel.
    module Admin
    end
  end
end