mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 07:09:02 +02:00
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:
@@ -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))
|
||||
)
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user