fixing tab issue

This commit is contained in:
Omar Faruk
2023-05-13 16:04:53 +06:00
parent c01f9ddb07
commit 6cea09528c
2 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { marked } from "marked";
import { number } from "prop-types";
import React, { useEffect, useRef, useState } from "react";
import React, {useState } from "react";
function Tabs({ children }: { children: any }) {
const [active,setAvtive]=useState(0)