import React from 'react'
import Header from '../../../components/Header/Header'
import CardScanner from '../../../components/Card/CardScanner'
import styles from './PhotoCapture.module.css'
import { Button, Grid, Typography } from '@mui/material'
const PhotoCapture = () => {
return (
<>