diff --git a/src/components/FamilyAcc/FamilySettings/index.jsx b/src/components/FamilyAcc/FamilySettings/index.jsx index 50ee4b5..5b4a14b 100644 --- a/src/components/FamilyAcc/FamilySettings/index.jsx +++ b/src/components/FamilyAcc/FamilySettings/index.jsx @@ -1,10 +1,25 @@ -import React from 'react' -import Layout from '../../Partials/Layout' +import React from "react"; +import Layout from "../../Partials/Layout"; const FamilySettings = () => { return ( - FamilySettings - ) -} + +
+
+ {/* heading */} +
+
+

+ Family Settings +

+
+
+
+ {/* Something Here */} +
+
+
+ ); +}; -export default FamilySettings \ No newline at end of file +export default FamilySettings;