diff --git a/frontend/src/routes/Receive.js b/frontend/src/routes/Receive.js new file mode 100644 index 0000000..d81d0a0 --- /dev/null +++ b/frontend/src/routes/Receive.js @@ -0,0 +1,60 @@ +import { ContactsIcon, CopyIcon, QrCodeIcon, ShareIcon } from "@bitcoin-design/bitcoin-icons-react/filled"; +import Button from "../components/Button"; +import InputText from "../components/InputText"; + +const Receive = () => { + return ( + <> +