import { Link } from "lucide-react"; import type { Bot } from "~/utils/types"; export default ({ bot }: { bot: Bot }) => (
{bot.description}