import * as React from 'react'; import { NavLink } from 'react-router-dom'; const OVERVIEWTABS = ( Overview ); const DETAILTABS = ( Trials detail ); const NNILOGO = ( ); export { OVERVIEWTABS, DETAILTABS, NNILOGO };