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:
Jack Westbrook
2024-09-03 13:43:13 +03:00
committed by GitHub
parent 46e81e98cf
commit e7d7ed5406
5 changed files with 0 additions and 13 deletions
-1
View File
@@ -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
-2
View File
@@ -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';
-2
View File
@@ -1,2 +0,0 @@
import './plugins/all';
import './dashboard';
-7
View File
@@ -1,7 +0,0 @@
// Services
import './services/DashboardLoaderSrv';
import './services/DashboardSrv';
// Components
import './components/DashExportModal';
import './components/DashNav';
import './components/DashboardSettings';
-1
View File
@@ -1 +0,0 @@
import './datasource_srv';