import React from 'react'; import style from './Outstaffing.module.css'; const OutstaffingBlock = ({ data = {}, onClick, onClickhandleTabBar }) => { const { img, header, tags, name } = data; return (
{header}