From 0b4deb6e01887b895daac895d562c6348f8d0eaf Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Mon, 15 Feb 2021 16:36:30 +0300 Subject: [PATCH] [PE mobile] Fixed - gateway is undefined --- apps/presentationeditor/mobile/src/page/app.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/presentationeditor/mobile/src/page/app.jsx b/apps/presentationeditor/mobile/src/page/app.jsx index f9ce61c9b..8e4ceafe1 100644 --- a/apps/presentationeditor/mobile/src/page/app.jsx +++ b/apps/presentationeditor/mobile/src/page/app.jsx @@ -3,10 +3,11 @@ import React from 'react'; import {App,Panel,Views,View,Popup,Page,Navbar,Toolbar,NavRight,Link,Block,BlockTitle,List,ListItem,ListInput,ListButton,BlockFooter} from 'framework7-react'; import { f7ready } from 'framework7-react'; -import routes from '../router/routes.js'; - import '../../../../common/Gateway.js'; import '../../../../common/main/lib/util/utils.js'; + +import routes from '../router/routes.js'; + import Notifications from '../../../../common/mobile/utils/notifications.js' import {MainController} from '../controller/Main'; import {Device} from '../../../../common/mobile/utils/device'