import Tabs from "@/app/component/Tabs"; function Tab({ value, listTab, handleChange }) { return ( ); } export default Tab;