# frozen_string_literal: true
Rails.application.routes.draw do
  root to: "pages#show"
end
