import React from 'react'; import { gettext } from '../utils/constants'; function LibsMobileThead() { return ( {gettext('Library Type')} {gettext('Actions')} ); } export default LibsMobileThead;