import React from 'react'; export const TabItem = ({ children }) => <>{children};