mario-education 2.4.298-layout → 2.4.299-layout
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -67607,6 +67607,7 @@ var useHome = function useHome() {
|
|
|
67607
67607
|
};
|
|
67608
67608
|
|
|
67609
67609
|
React.useEffect(function () {
|
|
67610
|
+
document.title = 'Homepage';
|
|
67610
67611
|
handleCallAllApi();
|
|
67611
67612
|
}, []);
|
|
67612
67613
|
React.useEffect(function () {
|