Files
euchre_camp/config/app.rb
T
2024-09-06 12:59:40 -07:00

9 lines
103 B
Ruby

# frozen_string_literal: true
require "hanami"
module EuchreCamp
class App < Hanami::App
end
end