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 = (
);
export { OVERVIEWTABS, DETAILTABS, NNILOGO };