@@ -20,7 +20,6 @@ export function App() {
);
}
-function ClipboardCopy(text: string) {}
function QRcodeImg({ text }: { text: string }) {
const [codeImg, setcodeImg] = useState('');
const [copy, setCopy] = useState(false);
@@ -92,7 +91,7 @@ function QRcodeImg({ text }: { text: string }) {
function Anything({ handleShare }: { handleShare: (text: string) => void }) {
const [text, setText] = useState('');
return (
-
+