links to create account page (empty)
This commit is contained in:
19
db_app/src/components/CreateAccount.js
Normal file
19
db_app/src/components/CreateAccount.js
Normal file
@@ -0,0 +1,19 @@
|
||||
import React,{useState} from 'react';
|
||||
import {Routes, Route, useNavigate} from 'react-router-dom';
|
||||
import './Login.css';
|
||||
|
||||
function CreateAccount() {
|
||||
|
||||
|
||||
return (
|
||||
<div>
|
||||
<center>
|
||||
<h1>Create Account</h1>
|
||||
|
||||
</center>
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
export default CreateAccount;
|
||||
Reference in New Issue
Block a user