change component design
This commit is contained in:
@@ -3,10 +3,10 @@ import Head from "./Head";
|
||||
|
||||
function Account() {
|
||||
return (
|
||||
<>
|
||||
<div className="opacity-page">
|
||||
<Head />
|
||||
<Form />
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user