import type { MattrixwvTabPanelProps } from "$/types/TabTypes"; import { TabPanel } from "@headlessui/react"; export default function MattrixwvTabPanel({ children }: Readonly){ return ( {children} ); }