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