# frozen_string_literal: true
require_dependency 'c/application_controller'

module C
  class FrontController < MainApplicationController
  end
end