Deleted Registration.js since an Add Account feature already exists.
This commit is contained in:
@@ -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;
|
|
||||||
Reference in New Issue
Block a user