import type { MattrixwvTabListProps } from "$/types/TabTypes"; import { TabList } from "@headlessui/react"; export default function MattrixwvTabList({ children }: Readonly){ return ( {children} ); }