# frozen_string_literal: true class Admin::SectionController < Admin::AdminController def show end end