chore: update react to v17

This commit is contained in:
Rafael Taranto 2025-04-11 10:38:20 +01:00
parent 6a72881c6c
commit f31151b80b
10 changed files with 96 additions and 329 deletions

View file

@ -1,7 +1,7 @@
import { useMutation, useQuery, useLazyQuery, gql } from "@apollo/client";
import { makeStyles } from '@material-ui/core/styles'
import { Form, Formik } from 'formik'
import QRCode from 'qrcode.react'
import { QRCodeSVG as QRCode } from 'qrcode.react'
import React, { useContext, useState } from 'react'
import { useHistory } from 'react-router-dom'
import { Label3, P } from 'src/components/typography'