Sha256: fe4440e7f175835ae0e9ff13fb17cb21a5f74491b3d5114daffebb2c2043533b
Contents?: true
Size: 158 Bytes
Versions: 73
Compression:
Stored size: 158 Bytes
Contents
# frozen_string_literal: true module Forms class DeleteButtonComponent < ViewComponent::Base def initialize(path) @path = path end end end
Version data entries
73 entries across 73 versions & 2 rubygems