From 14e89982de718682aa12d6b2b4e04de150b4dcfc Mon Sep 17 00:00:00 2001 From: Tim Down <158919+timdown@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:18:18 +0100 Subject: [PATCH] Merge pull request #27991 from overleaf/td-react-layout-remove-redundant-code Remove redundant include and entrypointVar block from React layout GitOrigin-RevId: 43f9f9fbee58f882c99e8e8ad634cf6eb3b2929c --- services/web/app/views/layout-react.pug | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/web/app/views/layout-react.pug b/services/web/app/views/layout-react.pug index bcefee2ca2..f7a6a80bac 100644 --- a/services/web/app/views/layout-react.pug +++ b/services/web/app/views/layout-react.pug @@ -3,10 +3,6 @@ extends ./layout-base include ./_mixins/formMessages -include ./_mixins/bootstrap_js - -block entrypointVar - - entrypoint = 'marketing' block isApplicationPageVar - isApplicationPage = true