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