mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
* Performance: Standardize lodash imports to use destructured members Changes lodash imports of the form `import x from 'lodash/x'` to `import { x } from 'lodash'` to reduce bundle size. * Remove unnecessary _ import from Graph component * Enforce lodash import style * Fix remaining lodash imports |
||
---|---|---|
.. | ||
__mocks__ | ||
__snapshots__ | ||
partials | ||
settings | ||
state | ||
utils | ||
DashboardsTable.test.tsx | ||
DashboardsTable.tsx | ||
DataSourceDashboards.test.tsx | ||
DataSourceDashboards.tsx | ||
DataSourceList.test.tsx | ||
DataSourcesList.tsx | ||
DataSourcesListPage.test.tsx | ||
DataSourcesListPage.tsx | ||
mocks.ts | ||
NewDataSourcePage.tsx |