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/DocumentScanner/DocumentScanner.module.css | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css (limited to 'src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css') diff --git a/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css b/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css deleted file mode 100644 index ec59f61..0000000 --- a/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css +++ /dev/null @@ -1,5 +0,0 @@ -.card__container { - display: flex; - justify-content: center; - } - \ No newline at end of file -- cgit