Merge pull request #15269 from overleaf/jpa-delete-dead-history-code

[web] delete unused "history-file-tree-react" angular component

GitOrigin-RevId: a3e54352dd54bf234b3e868d91eaffafd078c0f8
This commit is contained in:
Jakob Ackermann 2023-10-17 10:40:28 +02:00 committed by Copybot
parent 1a92e1b664
commit 0e52c245ce
2 changed files with 0 additions and 10 deletions

View file

@ -1,9 +0,0 @@
import App from '../../../base'
import { react2angular } from 'react2angular'
import { rootContext } from '../../../shared/context/root-context'
import HistoryFileTree from '../components/history-file-tree'
App.component(
'historyFileTreeReact',
react2angular(rootContext.use(HistoryFileTree))
)

View file

@ -63,7 +63,6 @@ import './features/source-editor/controllers/editor-switch-controller'
import './features/source-editor/controllers/cm6-switch-away-survey-controller'
import './features/source-editor/controllers/legacy-editor-warning-controller'
import './features/history/controllers/history-controller'
import './features/history/controllers/history-file-tree-controller'
import './features/editor-left-menu/controllers/editor-left-menu-controller'
import { cleanupServiceWorker } from './utils/service-worker-cleanup'
import { reportCM6Perf } from './infrastructure/cm6-performance'