mirror of https://github.com/grafana/grafana
Chore: Remove side-effect import from app (#92650)
* chore(frontend): remove stray side-effect features import that brings the whole jungle * chore(app): delete features/all.ts and its friends * chore(codeowners): remove public/app/features/all.ts from filepull/92988/head
parent
46e81e98cf
commit
e7d7ed5406
@ -1,2 +0,0 @@ |
||||
import './plugins/all'; |
||||
import './dashboard'; |
@ -1,7 +0,0 @@ |
||||
// Services
|
||||
import './services/DashboardLoaderSrv'; |
||||
import './services/DashboardSrv'; |
||||
// Components
|
||||
import './components/DashExportModal'; |
||||
import './components/DashNav'; |
||||
import './components/DashboardSettings'; |
@ -1 +0,0 @@ |
||||
import './datasource_srv'; |
Loading…
Reference in new issue