Initial commit
This commit is contained in:
9
app/view.rb
Normal file
9
app/view.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
# auto_register: false
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "hanami/view"
|
||||
|
||||
module ClashDeckGenerator2
|
||||
class View < Hanami::View
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user