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",
},
{