diff --git a/documentation/src/components/use-case/gift-card.js b/documentation/src/components/use-case/gift-card.js new file mode 100644 index 00000000..5b00fd58 --- /dev/null +++ b/documentation/src/components/use-case/gift-card.js @@ -0,0 +1,41 @@ +import React from "react"; +import Link from "@docusaurus/Link"; + +export const GiftCard = () => { + return ( +