create-vitebook
Advanced tools
Comparing version 0.19.7 to 0.19.8
{ | ||
"name": "create-vitebook", | ||
"version": "0.19.7", | ||
"version": "0.19.8", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "alternative", |
@@ -1,3 +0,3 @@ | ||
/** __APP_IMPORTS__ **/ function App({ component }) { | ||
return component; | ||
/** __APP_IMPORTS__ **/ function App({ Component }) { | ||
return <Component />; | ||
} | ||
@@ -4,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
100357