@@ -39,7 +37,6 @@ const ProLicenseHiddenPanel: Component = () => (
}
loading={false}
>
@@ -59,7 +56,6 @@ const ProLicensePanelContent: Component = () => {
}
action={
}>
@@ -80,7 +79,6 @@ export const RelaySettingsPanel: Component = (props) =>
}
>
}
>
Loading reporting surfaces...
@@ -114,7 +113,6 @@ export function ReportingPanel() {
}
>
{reportingCatalogError()}
@@ -135,7 +133,6 @@ export function ReportingPanel() {
}
>
@@ -177,7 +174,6 @@ export function ReportingPanel() {
}
>
diff --git a/frontend-modern/src/components/Settings/RolesPanel.tsx b/frontend-modern/src/components/Settings/RolesPanel.tsx
index 7f2fa57b1..281509fe5 100644
--- a/frontend-modern/src/components/Settings/RolesPanel.tsx
+++ b/frontend-modern/src/components/Settings/RolesPanel.tsx
@@ -7,7 +7,6 @@ import { getRolesEmptyState } from '@/utils/rbacPresentation';
import Plus from 'lucide-solid/icons/plus';
import Pencil from 'lucide-solid/icons/pencil';
import Trash2 from 'lucide-solid/icons/trash-2';
-import Shield from 'lucide-solid/icons/shield';
import BadgeCheck from 'lucide-solid/icons/badge-check';
import { PulseDataGrid } from '@/components/shared/PulseDataGrid';
@@ -19,7 +18,6 @@ export const RolesPanel: Component = () => {
}
action={