Skip to content
Snippets Groups Projects
Commit 2818c8c3 authored by Aggarwal Himanshu's avatar Aggarwal Himanshu
Browse files

Remove unused code from Tabs

parent c05bd1c6
No related branches found
No related tags found
2 merge requests!17Merge develop into main,!9Add support for filtering cryptocurrencies using the filter components
import classNames from "classnames";
import React, { useState, useEffect } from "react";
import React, { useState } from "react";
export function Tabs({ children }) {
const [tab, setTab] = useState("card-view");
useEffect(() => {
console.log(tab);
}, [tab]);
return (
<div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment