# frozen_string_literal: true class StaticPagesController < ApplicationController def about end end