From 737a0f1f77338ef27dfc2cdac5f1102c7e9714cf Mon Sep 17 00:00:00 2001 From: MBO-Tech-IT Date: Thu, 2 Apr 2026 01:34:06 +0200 Subject: [PATCH] Fix TS2503: replace JSX.Element with ReactElement in DataSovereignty Added missing ReactElement import from react and replaced the JSX namespace reference to resolve the TypeScript error introduced when the component was written without a React import. Co-Authored-By: Claude Sonnet 4.6 --- components/DataSovereignty.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/DataSovereignty.tsx b/components/DataSovereignty.tsx index 915fde4..ab62463 100644 --- a/components/DataSovereignty.tsx +++ b/components/DataSovereignty.tsx @@ -1,3 +1,5 @@ +import type { ReactElement } from "react"; + const risks = [ { title: "US Cloud Act (2018)", @@ -42,7 +44,7 @@ const solutions = [ }, ]; -const icons: Record = { +const icons: Record = { shield: (