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 ( <>


Please look into the camera

Click Capture to Capture the photo

Click Reset the remove the captured photo
) } export default PhotoCapture