Update various components
This commit is contained in:
@@ -2,16 +2,11 @@ import type { MattrixwvTabPanelProps } from "$/types/TabTypes";
|
||||
import { TabPanel } from "@headlessui/react";
|
||||
|
||||
|
||||
export default function MattrixwvTabPanel(props: MattrixwvTabPanelProps){
|
||||
const {
|
||||
children
|
||||
} = props;
|
||||
|
||||
|
||||
export default function MattrixwvTabPanel({
|
||||
children
|
||||
}: Readonly<MattrixwvTabPanelProps>){
|
||||
return (
|
||||
<TabPanel
|
||||
className="flex flex-row items-start justify-center w-full h-full"
|
||||
>
|
||||
<TabPanel className="flex flex-row items-start justify-center w-full h-full">
|
||||
{children}
|
||||
</TabPanel>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user