Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
const SidebarFooter = ( { children } ) => {
if ( ! children ) {
return null;
}
return <div className="sidebar__footer">{ children }</div>;
};
export default SidebarFooter;