# frozen_string_literal: true class HomePagesController < ApplicationController def index; end end