Skip to content

Commit 07fec6e

Browse files
committed
fix alphebtization
1 parent 9180c14 commit 07fec6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/view_component/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ def config
3030
end
3131
end
3232

33+
include ViewComponent::Cacheable
3334
include ViewComponent::InlineTemplate
3435
include ViewComponent::UseHelpers
3536
include ViewComponent::Slotable
3637
include ViewComponent::Translatable
3738
include ViewComponent::WithContentHelper
38-
include ViewComponent::Cacheable
3939

4040
RESERVED_PARAMETER = :content
4141
VC_INTERNAL_DEFAULT_FORMAT = :html

0 commit comments

Comments
 (0)