'use client' import Link from 'next/link' import { usePathname } from 'next/navigation' import { House, TrendingUp, ScatterChart, PieChart, BookOpen, FileText, ExternalLink, FileCode } from 'lucide-react' const tabs = [ { href: '/temporal', label: 'Séries temporelles', icon: TrendingUp }, { href: '/points', label: 'Nuage de points', icon: ScatterChart }, { href: '/diagram', label: 'Diagramme circulaire', icon: PieChart }, ] as const interface SidebarProps { open: boolean } export default function Sidebar({ open }: SidebarProps) { const pathname = usePathname() return (
Visualisation
Infos
Librairies
API