lib/preact/component/mixin.rb in isomorfeus-preact-10.6.25 vs lib/preact/component/mixin.rb in isomorfeus-preact-10.6.26

- old
+ new

@@ -3,10 +3,10 @@ module Mixin def self.included(base) base.include(::Native::Wrapper) base.extend(::Preact::Component::NativeComponentConstructor) base.extend(::LucidPropDeclaration::Mixin) - base.include(::Preact::Component::Elements) + base.include(::Preact::Elements) base.include(::Preact::Component::Api) base.include(::Preact::Component::Callbacks) base.include(::Preact::Component::Initializer) end end