# frozen_string_literal: true module Manager class ServicesController < Manager::ApplicationController end end