import * as React from 'react'; import { NavLink } from 'react-router-dom'; import { getPrefix } from '../../static/function'; const OVERVIEWTABS = ( Overview ); const DETAILTABS = ( Trials detail ); const NNILOGO = ( NNI logo ); export { OVERVIEWTABS, DETAILTABS, NNILOGO };