This commit is contained in:
2026-01-08 22:25:29 +01:00
Unverified
parent b58b808240
commit 324f8595f0
19 changed files with 18538 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
import {Component} from "react";
type Properties = {
email: string,
password: string,
}
class RegisterPage extends Component {
render(){
return (
<h1>dfsdaffdsa</h1>
);
}
}
export default RegisterPage;