mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
There is no need to have a different name scheme to shorten stimulus controller name. It's now inline with the other components
5 lines
93 B
Ruby
5 lines
93 B
Ruby
# frozen_string_literal: true
|
|
|
|
class VerticalEllipsisMenuComponent < ViewComponent::Base
|
|
end
|