diff --git a/src/components/CardBase.tsx b/src/components/CardBase.tsx
index 0cd1b5864..5fc5fdec7 100644
--- a/src/components/CardBase.tsx
+++ b/src/components/CardBase.tsx
@@ -1,9 +1,9 @@
-import { Row } from "antd";
+import { Grid } from "@mui/material"
import colors from "../styles/colors";
const CardBase = ({ children, style = {} }) => {
return (
-
{t("claim:claimListTitle")}
-
-