import React from "react"; export const Button = ({ label, label2, onClick }) => (
{label}13
);