import React from 'react'; import Sidebar from './Sidebar'; const Layout = ({ children, activeTab, setActiveTab }) => { return (