import React from 'react';

function TabItem(props) {
  return <>{props.children}</>;
}

export default TabItem;
