diff --git a/web/ASC.Web.Editor/src/server/template.js b/web/ASC.Web.Editor/src/server/template.js index 162fbf2955..fcd4d3185d 100644 --- a/web/ASC.Web.Editor/src/server/template.js +++ b/web/ASC.Web.Editor/src/server/template.js @@ -1,5 +1,6 @@ import { getFavicon } from "../helpers/utils"; import pkg from "../../package.json"; +import { FILES_SCOPE, FILES_REMOTE_ENTRY_URL } from "../helpers/constants"; export default function template( initialState = {}, @@ -22,6 +23,7 @@ export default function template( window.initialLanguage = '${initialLanguage}' + ${scriptTags} `;