Sha256: 924668cc077e1ee320fa62d35a3c53bb7936f10ecdb33c3d92b63054de3aa20d
Contents?: true
Size: 214 Bytes
Versions: 4
Compression:
Stored size: 214 Bytes
Contents
module Bridgetown module ViewComponent class SanityCheckComponent < ::ViewComponent::Base include Bridgetown::ViewComponent def initialize(name:) @name = name end end end end
Version data entries
4 entries across 4 versions & 1 rubygems