[#40] Implement router

This commit is contained in:
Matthew Northcott 2023-02-03 14:36:04 +13:00
parent 9a7b9474d4
commit fe59b0c854
4 changed files with 28 additions and 35 deletions

View file

@ -0,0 +1,5 @@
const RegisterPage = () => {
return <></>;
};
export default RegisterPage;