added box

This commit was merged in pull request #511.
This commit is contained in:
2023-11-12 12:55:13 -08:00
parent 36025ade56
commit 7cb5cc558b
@@ -1,5 +1,6 @@
import React from "react";
import Layout from "../../Partials/Layout";
import { Link } from "react-router-dom";
const FamilySettings = () => {
return (
@@ -13,9 +14,13 @@ const FamilySettings = () => {
<span className={``}>Family Settings</span>
</h1>
</div>
<div></div>
<Link to="/acc-family">Go Back</Link>
</div>
{/* Something Here */}
{/* <form className="logout-modal-body w-full flex flex-col items-center px-10 py-8 gap-4"></form> */}
<div className="w-full bg-white dark:bg-dark-white overflow-y-auto rounded-2xl section-shadow h-full ">
<div className="update-table w-full h-full p-4 bg-white dark:bg-dark-white overflow-y-auto rounded-2xl section-shadow min-h-[520px] flex flex-col justify-between "></div>
</div>
</div>
</div>
</Layout>