diff --git a/src/components/pretty-schema-display.tsx b/src/components/pretty-schema-display.tsx index e2bc945..cd13b38 100644 --- a/src/components/pretty-schema-display.tsx +++ b/src/components/pretty-schema-display.tsx @@ -2,7 +2,6 @@ import React from "react"; import { Badge } from "@/components/ui/badge"; -import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { Link as LinkIcon, Type, @@ -82,9 +81,11 @@ const renderValue = (value: any): React.ReactNode => { if (typeof value === "object" && value !== null) { if (Array.isArray(value)) { return ( -