init structure is completed
This commit is contained in:
13
src/pages/SignIn.jsx
Normal file
13
src/pages/SignIn.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import InputField from "../components/reg/InputField.jsx";
|
||||
|
||||
const SignIn = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>SignIn</h1>
|
||||
<InputField/>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default SignIn;
|
||||
Reference in New Issue
Block a user