mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -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__ | ||
state | ||
CreateTeam.test.tsx | ||
CreateTeam.tsx | ||
TeamGroupSync.test.tsx | ||
TeamGroupSync.tsx | ||
TeamList.test.tsx | ||
TeamList.tsx | ||
TeamMemberRow.test.tsx | ||
TeamMemberRow.tsx | ||
TeamMembers.test.tsx | ||
TeamMembers.tsx | ||
TeamPages.test.tsx | ||
TeamPages.tsx | ||
TeamSettings.test.tsx | ||
TeamSettings.tsx |