[#40] Implement router
This commit is contained in:
parent
9a7b9474d4
commit
fe59b0c854
4 changed files with 28 additions and 35 deletions
5
frontend/src/pages/RegisterPage.jsx
Normal file
5
frontend/src/pages/RegisterPage.jsx
Normal file
|
@ -0,0 +1,5 @@
|
|||
const RegisterPage = () => {
|
||||
return <></>;
|
||||
};
|
||||
|
||||
export default RegisterPage;
|
Loading…
Add table
Add a link
Reference in a new issue