import type { MattrixwvTabPanelsProps } from "$/types/TabTypes"; import { TabPanels } from "@headlessui/react"; export default function MattrixwvTabPanels({ children }: Readonly){ return ( {children} ); }