From 49be4dfc3d478ad02876c9238c48c513edac1e7c Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Thu, 28 Jul 2022 17:56:15 +0530 Subject: refactoring folder structure --- src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx (limited to 'src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx') diff --git a/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx b/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx deleted file mode 100644 index 0b30848..0000000 --- a/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx +++ /dev/null @@ -1,52 +0,0 @@ -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 -- cgit