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 file
This commit is contained in:
@@ -403,7 +403,6 @@ playwright.config.ts @grafana/plugins-platform-frontend
|
||||
/public/app/core/components/TimelineChart/ @grafana/dataviz-squad
|
||||
/public/app/core/components/Form/ @grafana/grafana-frontend-platform
|
||||
/public/app/core/history/ @grafana/explore-squad
|
||||
/public/app/features/all.ts @grafana/grafana-frontend-platform
|
||||
/public/app/features/admin/ @grafana/identity-access-team
|
||||
|
||||
# Temp owners until Enterprise team takes over
|
||||
|
||||
@@ -6,8 +6,6 @@ import 'file-saver';
|
||||
import 'jquery';
|
||||
import 'vendor/bootstrap/bootstrap';
|
||||
|
||||
import 'app/features/all';
|
||||
|
||||
import _ from 'lodash'; // eslint-disable-line lodash/import-scope
|
||||
import { createElement } from 'react';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
|
||||
@@ -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';
|
||||
Reference in New Issue
Block a user