import React, { useState } from 'react'; const SidebarTabs = ({ tabs }) => { const [activeTab, setActiveTab] = useState(tabs[0].id); return (