import type { MattrixwvTabProps } from "$/types/TabTypes"; import { Tab } from "@headlessui/react"; import clsx from "clsx"; export default function MattrixwvTab({ children }: Readonly){ return ( {children} ); }