diff --git a/webui/src/features/riskCompliance/RiskCompliancePage.tsx b/webui/src/features/riskCompliance/RiskCompliancePage.tsx
index 774f69d..535e1f7 100644
--- a/webui/src/features/riskCompliance/RiskCompliancePage.tsx
+++ b/webui/src/features/riskCompliance/RiskCompliancePage.tsx
@@ -1,3 +1,4 @@
+import { MetricGrid } from "@govoplan/core-webui";
import {
CheckCircle2,
Database,
@@ -1249,7 +1250,7 @@ function AssurancePane({
documentation={RISK_COMPLIANCE_DOCUMENTATION}
/>
)}
-
+
@@ -1258,7 +1259,7 @@ function AssurancePane({
value={summary?.by_state.open ?? 0}
tone={(summary?.by_state.open ?? 0) > 0 ? "danger" : "good"}
/>
-
+