From dbb21d8a088db9daf5c0542451aae82265c57a00 Mon Sep 17 00:00:00 2001 From: Chief Bube Date: Sat, 11 Nov 2023 08:13:26 -0800 Subject: [PATCH] added a few to page --- .../FamilyAcc/FamilySettings/index.jsx | 27 ++++++++++++++----- 1 file changed, 21 insertions(+), 6 deletions(-) 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; -- 2.34.1