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 --- .../Enrollment/DocumentScanner/DocumentScanner.jsx | 56 ---------------------- 1 file changed, 56 deletions(-) delete mode 100644 src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx (limited to 'src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx') diff --git a/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx b/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx deleted file mode 100644 index 1ca2558..0000000 --- a/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx +++ /dev/null @@ -1,56 +0,0 @@ -import React from 'react' -import Header from '../../../components/Header/Header' -import CardScanner from '../../../components/Card/CardScanner' -import styles from './DocumentScanner.module.css' -import { Button, Grid, Typography } from '@mui/material' -import SubmitButton from '../../../components/SubmitButton/SubmitButton' - -const DocumentScanner = () => { - return ( - <> -
-
- -
- - - - - - - - -

-
- - - Please place your document on the scanner. -
- Close the lid. -
- Wait for prompt to remove your document -
-
-
- - - ) -} - -export default DocumentScanner -- cgit