views: fix deprecated calls to ViewComponent#with_variant.

This commit is contained in:
evazion
2022-04-13 00:00:25 -05:00
parent f69847fc59
commit 363cf2014b
20 changed files with 71 additions and 53 deletions

View File

@@ -0,0 +1,4 @@
# frozen_string_literal: true
class SequentialPaginatorComponent < PaginatorComponent
end