Remove the web-com import map (PR 17588 follow-up)

With the changes in PR 17588 we're already importing the relevant code via the `web/app.js` file.
This commit is contained in:
Jonas Jenwald 2024-02-07 16:07:27 +01:00
parent 898172e9d2
commit 6da9448f6c
6 changed files with 0 additions and 9 deletions

View file

@ -13,7 +13,6 @@
* limitations under the License.
*/
import "web-com";
import { RenderingStates, ScrollMode, SpreadMode } from "./ui_utils.js";
import { AppOptions } from "./app_options.js";
import { LinkTarget } from "./pdf_link_service.js";