11 lines
255 B
Ruby
11 lines
255 B
Ruby
# auto_register: false
|
|
# frozen_string_literal: true
|
|
|
|
module ClashDeckGenerator2
|
|
module Views
|
|
class Context < Hanami::View::Context
|
|
# Define your view context here. See https://guides.hanamirb.org/views/context/ for details.
|
|
end
|
|
end
|
|
end
|