Deleted Registration.js since an Add Account feature already exists.

This commit is contained in:
2024-05-24 10:29:30 +08:00
parent fbe380c771
commit 2bbeb707db

View File

@@ -1,18 +0,0 @@
// import { Paper, Text, TextInput } from "@mantine/core";
// const Registration = () => {
// return (
// <div>
// <Paper radius="md" p="xl" withBorder>
// <Text size="xl" fw={900} variant="gradient"
// gradient={{ from: 'orange', to: 'yellow', deg: 102 }}>WELCOME ADMIN!</Text>
// <Text size="sm">Please login to access the Admin Account Management Site</Text>
// <TextInput>
// </TextInput>
// </Paper>
// </div>
// );
// };
// export default Registration;