view_component-contrib 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module ViewComponent # :nodoc:all
4
- module Contrib
5
- class Railtie < ::Rails::Railtie
6
- end
7
- end
8
- end
@@ -1,7 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module ViewComponent # :nodoc:all
4
- module Contrib
5
- VERSION = "0.0.1"
6
- end
7
- end