lib/react/router.rb in hyper-router-0.99.6 vs lib/react/router.rb in hyper-router-1.0.alpha1

- old
+ new

@@ -1,5 +1,5 @@ module React - class Router < React::NativeLibrary + class Router < Hyperstack::Component::NativeLibrary imports 'ReactRouter' end end