parent
0dffb17714
commit
5d8843a3e2
2 changed files with 14 additions and 1 deletions
@ -0,0 +1,11 @@ |
|||||||
|
import React from "react"; |
||||||
|
|
||||||
|
const FormInput = () => { |
||||||
|
return ( |
||||||
|
<div className="max-w-[850px] mx-auto mt-20 bg-white rounded-sm shadow-sm"> |
||||||
|
sdfdsf |
||||||
|
</div> |
||||||
|
); |
||||||
|
}; |
||||||
|
|
||||||
|
export default FormInput; |
Loading…
Reference in new issue