lib/preact/component/base.rb in isomorfeus-preact-10.6.32 vs lib/preact/component/base.rb in isomorfeus-preact-10.6.33
- old
+ new
@@ -1,9 +1,7 @@
-module Preact
- module Component
- class Base
- def self.inherited(base)
- base.include(::Preact::Component::Mixin)
- end
+module Preact::Component
+ class Base
+ def self.inherited(base)
+ base.include(::Preact::Component::Mixin)
end
end
-end
\ No newline at end of file
+end