\n حصل خطأ في الاتصال بالمخدم، الرجاء إعادة تحميل الصفحة.
\n يمكن أن يكون ذلك بسبب عطل في الاتصال بالانترنت أو خطأ ما في المخدم.
\n \n \n );\n }\n\n return this.props.children;\n }\n}\n","import React from \"react\";\nimport { withTheme } from \"styled-components\";\nimport { LoadingBar, Alert } from \"er.react.ui\";\nimport { useSelector, useDispatch } from \"react-redux\";\nimport { selectLoader, selectAlert } from \"../features/notifications/notificationsSlice\";\nimport { hideAlert } from \"../features/notifications/notificationsSlice\";\n\nconst GlobalWrapper = ({ theme, children }) => {\n const dispatch = useDispatch();\n\n const loading = useSelector(selectLoader);\n const alert = useSelector(selectAlert);\n\n return (\n <>\n