diff --git a/.betterer.results b/.betterer.results
index 196f50c692f..12e65629126 100644
--- a/.betterer.results
+++ b/.betterer.results
@@ -4227,19 +4227,16 @@ exports[`better eslint`] = {
[0, 0, 0, "Styles should be written using objects.", "4"]
],
"public/app/features/storage/RootView.tsx:5381": [
- [0, 0, 0, "\'HorizontalGroup\' import from \'@grafana/ui\' is restricted from being used by a pattern. Use Stack component instead.", "0"],
- [0, 0, 0, "\'VerticalGroup\' import from \'@grafana/ui\' is restricted from being used by a pattern. Use Stack component instead.", "1"],
- [0, 0, 0, "Styles should be written using objects.", "2"],
- [0, 0, 0, "Styles should be written using objects.", "3"]
+ [0, 0, 0, "Styles should be written using objects.", "0"],
+ [0, 0, 0, "Styles should be written using objects.", "1"]
],
"public/app/features/storage/StoragePage.tsx:5381": [
- [0, 0, 0, "\'HorizontalGroup\' import from \'@grafana/ui\' is restricted from being used by a pattern. Use Stack component instead.", "0"],
+ [0, 0, 0, "Styles should be written using objects.", "0"],
[0, 0, 0, "Styles should be written using objects.", "1"],
[0, 0, 0, "Styles should be written using objects.", "2"],
[0, 0, 0, "Styles should be written using objects.", "3"],
[0, 0, 0, "Styles should be written using objects.", "4"],
- [0, 0, 0, "Styles should be written using objects.", "5"],
- [0, 0, 0, "Styles should be written using objects.", "6"]
+ [0, 0, 0, "Styles should be written using objects.", "5"]
],
"public/app/features/storage/UploadButton.tsx:5381": [
[0, 0, 0, "Styles should be written using objects.", "0"]
diff --git a/public/app/features/storage/RootView.tsx b/public/app/features/storage/RootView.tsx
index 62bda7bb4e1..c6f855a7024 100644
--- a/public/app/features/storage/RootView.tsx
+++ b/public/app/features/storage/RootView.tsx
@@ -3,19 +3,7 @@ import React, { useMemo, useState } from 'react';
import { useAsync } from 'react-use';
import { DataFrame, GrafanaTheme2 } from '@grafana/data';
-import {
- Alert,
- Button,
- Card,
- FilterInput,
- HorizontalGroup,
- Icon,
- IconName,
- TagList,
- useStyles2,
- VerticalGroup,
- InlineField,
-} from '@grafana/ui';
+import { Alert, Button, Card, FilterInput, Icon, IconName, TagList, useStyles2, Stack, InlineField } from '@grafana/ui';
import { getGrafanaStorage } from './storage';
import { StorageInfo, StorageView } from './types';
@@ -62,7 +50,7 @@ export function RootView({ root, onPathChange }: Props) {
const renderRoots = (pfix: string, roots: StorageInfo[]) => {
return (
-