diff --git a/src/components/AnalyticsConsent/AnalyticsConsent.tsx b/src/components/AnalyticsConsent/AnalyticsConsent.tsx
index 419dcab8d..4cbbc2ab0 100644
--- a/src/components/AnalyticsConsent/AnalyticsConsent.tsx
+++ b/src/components/AnalyticsConsent/AnalyticsConsent.tsx
@@ -1,3 +1,4 @@
+import { Button, List } from "@mui/material";
import Drawer from "@mui/material/Drawer";
import { ReactElement } from "react";
@@ -25,8 +26,10 @@ export function AnalyticsConsent(props: ConsentProps): ReactElement {
open
onClose={!props.required ? clickedAway : undefined}
>
-
-
+
+
+
+
);