mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
1a92e1b664
commit
0e52c245ce
2 changed files with 0 additions and 10 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue