challenge-vtex-io-amanda-al.../react/components/pix/index.tsx

9 lines
138 B
TypeScript
Raw Normal View History

import React from "react";
import Pix from "./ValuePix";
const ValuePix = () => {
return <p>R$ {Pix}</p>;
};
export default ValuePix;