// @ts-nocheck
import React from 'react';
import styled from 'styled-components';
import { Popover2 } from '@blueprintjs/popover2';
import { Button } from '@blueprintjs/core';
import { CellType } from '@/constants';
import { Icon, FormattedMessage as T } from '@/components';
import { ProjectBillableEntries } from '@/containers/Projects/containers/ProjectBillableEntries';
/**
*
* @return
*/
export function ProjectBillableEntriesCell() {
const content = ;
return (
}
className="m12"
minimal={true}
/>
);
}
ProjectBillableEntriesCell.cellType = CellType.Button;