import React from 'react'; export function TabGroup(props) { return (
{props.children}
); } export default TabGroup;