From fca56638ecfb1b31be0aae44c0eed2d8cc3fa089 Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Thu, 7 Jul 2022 13:58:29 +0430 Subject: [PATCH] ';;' --- src/components/Settingss/index.js | 52 +++++++++++++++++++++++++++++++ src/components/Tabbar/index.js | 3 +- 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 src/components/Settingss/index.js diff --git a/src/components/Settingss/index.js b/src/components/Settingss/index.js new file mode 100644 index 0000000..78c2e11 --- /dev/null +++ b/src/components/Settingss/index.js @@ -0,0 +1,52 @@ +import React from "react"; +import CustomSelectBox from "../CustomSelectBox"; + +const Settingss = () => { + return ( +
+
+
+ + +
+
+
+

تابع پایان

+
+ + +
+
+
+ ); +}; + +export default Settingss; diff --git a/src/components/Tabbar/index.js b/src/components/Tabbar/index.js index 9363a38..58c005d 100644 --- a/src/components/Tabbar/index.js +++ b/src/components/Tabbar/index.js @@ -1,6 +1,7 @@ import React, { useState } from "react"; import Button from "../Button"; import Condition from "../Condition"; +import Settingss from "../Settingss"; import Tavabee from "../Tavabee"; const Tabbar = ({ tabs }) => { @@ -39,7 +40,7 @@ Tabbar.defaultProps = { { title: "تنظیمات", className: "rounded-tr-md rounded-br-md border-r-2", - components: "mahdiii", + components: , bg: "bg-transparent", }, {