From 2bbeb707dbb300bc864901ef7a78e6e6a8f62f83 Mon Sep 17 00:00:00 2001 From: Toni Date: Fri, 24 May 2024 10:29:30 +0800 Subject: [PATCH] Deleted Registration.js since an Add Account feature already exists. --- src/components/Registration.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/components/Registration.js diff --git a/src/components/Registration.js b/src/components/Registration.js deleted file mode 100644 index 0b0d808..0000000 --- a/src/components/Registration.js +++ /dev/null @@ -1,18 +0,0 @@ -// import { Paper, Text, TextInput } from "@mantine/core"; - -// const Registration = () => { -// return ( -//
-// -// WELCOME ADMIN! -// Please login to access the Admin Account Management Site -// - -// -// -//
-// ); -// }; - -// export default Registration; \ No newline at end of file