repo fix
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user