This commit is contained in:
Peter Hoppe
2023-02-03 16:33:35 +01:00
parent 3b4ea00378
commit a55bdfc775
9 changed files with 371 additions and 355 deletions

View File

@ -1,6 +1,4 @@
import { upload } from './PhpApi';
import React from 'react'
import QRCodeStyling from 'qr-code-styling';
export default async function CreateQr({qr_id}:{qr_id: string | undefined})