More build fixes

This commit is contained in:
Darren Clarke 2025-08-20 12:30:47 +02:00
parent 8cee269811
commit 57ddcd64ea
4 changed files with 32 additions and 238 deletions

View file

@ -1,4 +1,5 @@
import { FC, useEffect, useState } from "react";
// @ts-ignore - react-qr-code doesn't have React 19 compatible types yet
import QRCodeInternal from "react-qr-code";
import { Box } from "@mui/material";
import { colors } from "../styles/theme";