From 7e69bd83d62859a80a9baf44beb005a7980525cf Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Tue, 19 Jul 2022 23:00:40 +0530 Subject: Submit button add and radio select addd --- src/components/RadioSelect/RadioSelect.jsx | 0 src/components/RadioSelect/RadioSelect.module.css | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/components/RadioSelect/RadioSelect.jsx create mode 100644 src/components/RadioSelect/RadioSelect.module.css (limited to 'src/components/RadioSelect') diff --git a/src/components/RadioSelect/RadioSelect.jsx b/src/components/RadioSelect/RadioSelect.jsx new file mode 100644 index 0000000..e69de29 diff --git a/src/components/RadioSelect/RadioSelect.module.css b/src/components/RadioSelect/RadioSelect.module.css new file mode 100644 index 0000000..e69de29 -- cgit