lib/decidim/meetings/directory.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 Directory
    end
  end
end