diff --git a/src/components/General/AddCards/AddCardsContainer.tsx b/src/components/General/AddCards/AddCardsContainer.tsx
index e6bcd45e..f7503a86 100644
--- a/src/components/General/AddCards/AddCardsContainer.tsx
+++ b/src/components/General/AddCards/AddCardsContainer.tsx
@@ -1,19 +1,16 @@
import { YStack } from 'tamagui'
import AddCard from './AddCard'
+import DashboardCardWrapper from '../../../pages/Dashboard/DashboardCardWrapper'
const AddCardsContainer = () => {
return (
-
-
-
-
+
+
+
+
+
+
)
}