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