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