From ffefbc1c2a382597c6d9f90977f8c907e26fbe2e Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Thu, 28 Jul 2022 17:51:44 +0530 Subject: Added components and some refactoring --- src/pages/DocumentScanner/DocumentScanner.jsx | 43 --------------------------- 1 file changed, 43 deletions(-) delete mode 100644 src/pages/DocumentScanner/DocumentScanner.jsx (limited to 'src/pages/DocumentScanner/DocumentScanner.jsx') diff --git a/src/pages/DocumentScanner/DocumentScanner.jsx b/src/pages/DocumentScanner/DocumentScanner.jsx deleted file mode 100644 index 2b757f4..0000000 --- a/src/pages/DocumentScanner/DocumentScanner.jsx +++ /dev/null @@ -1,43 +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