# frozen_string_literal: true

module UserSettings
  class ApplicationController < ::ApplicationController
    layout 'profile'
  end
end
