partial: css update

This commit is contained in:
Rafael Taranto 2025-04-21 09:12:41 +01:00
parent 4f9b23b108
commit c6c3feb3b4
213 changed files with 301 additions and 279 deletions

View file

@ -1,6 +1,6 @@
import { useMutation, useQuery, gql } from "@apollo/client";
import { Dialog, DialogContent, SvgIcon, IconButton } from '@mui/material'
import { makeStyles } from '@mui/material/styles'
import { makeStyles } from '@mui/styles'
import classnames from 'classnames'
import { Form, Formik, FastField } from 'formik'
import {QRCodeSVG as QRCode} from 'qrcode.react'