-
-
- {data.orderNumber} - {data.vendor}
-
-
-
-
- {data.shippingAddress.address}
-
-
-
- {data.amount} {data.currency}
-
-
- );
-};
diff --git a/frontend/src/components/search-card/SearchCardWebsite.tsx b/frontend/src/components/search-card/SearchCardWebsite.tsx
deleted file mode 100644
index 335ab50..0000000
--- a/frontend/src/components/search-card/SearchCardWebsite.tsx
+++ /dev/null
@@ -1,26 +0,0 @@
-import { Separator } from "@kobalte/core/separator";
-
-import { IconLink } from "@tabler/icons-solidjs";
-import type { Website } from "../../network/types";
-
-type Props = {
- item: Website;
-};
-
-export const SearchCardWebsite = ({ item }: Props) => {
- const { data } = item;
-
- return (
-