4 lines
91 B
Ruby
4 lines
91 B
Ruby
|
class ApplicationComponent < ViewComponent::Base
|
||
|
include ViewComponent::Translatable
|
||
|
end
|