protected-react-routes-generator
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "protected-react-routes-generator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Mohammed Saber Mohammed", | ||
@@ -5,0 +5,0 @@ "description": "React protected routes generator", |
@@ -14,3 +14,3 @@ # Description | ||
// Utility | ||
import RoutesConfiguration from 'protected-react-routes-generators'; | ||
import RoutesConfiguration from 'protected-react-routes-generator'; | ||
// Routes | ||
@@ -17,0 +17,0 @@ import CoursePayment from '../Payment/Course'; |
17805