import { Badge } from '@/components/ui/badge'; import Link from 'next/link'; interface SidebarProps { tags: any[]; } export default function Sidebar({ tags }: SidebarProps) { return (
12 min read