# frozen_string_literal: true

module SimpleForm
  module Themes
    class ApplicationController < ActionController::Base
    end
  end
end