react-code-dataset / edgy /src /data /companyInformation.js
Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
233 Bytes
const companyInformation = [
{ label: "Founded", value: "2022" },
{ label: "Employees", value: "200" },
{ label: "Beta Users", value: "521" },
{ label: "Raised", value: "$25M" },
];
export default companyInformation;