import classNames from "classnames"; export const Method = ({ method, className, }: { method: string; className?: string; }) => (
{method}
);