change layout and router panel & design page dashboard and user account
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import Form from "./form";
|
||||
import Head from "./Head";
|
||||
|
||||
function UserAccountPage({ data }) {
|
||||
return (
|
||||
<div className="opacity-page rounded-[8px] bg-[#FFF] shadow-[0px_1px_24.8px_0px_rgba(204,204,204,0.18)] px-[112px] py-[32px]">
|
||||
<Head />
|
||||
<Form />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default UserAccountPage
|
||||
Reference in New Issue
Block a user