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