6 lines
82 B
Ruby
6 lines
82 B
Ruby
# frozen_string_literal: true
|
|
|
|
class DropdownComponent < ViewComponent::Base
|
|
|
|
end
|