mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 06:51:49 +08:00
grafana/ui: Rename Flex component to Stack (#77453)
* grafana/ui: Remove Stack and rename FLex to Stack * Update types * Update grafana/ui imports * Update Grafana imports * Update docs
This commit is contained in:
@ -9,7 +9,5 @@
|
||||
* be subject to the standard policies
|
||||
*/
|
||||
|
||||
export * from './components/Layout/Flex/Flex';
|
||||
|
||||
export { Grid } from './components/Layout/Grid/Grid';
|
||||
export { Stack, HorizontalStack } from './components/Layout/Stack';
|
||||
export { Stack } from './components/Layout/Stack/Stack';
|
||||
|
Reference in New Issue
Block a user