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