Update various components
This commit is contained in:
@@ -3,12 +3,9 @@ import { Tab } from "@headlessui/react";
|
||||
import clsx from "clsx";
|
||||
|
||||
|
||||
export default function MattrixwvTab(props: MattrixwvTabProps){
|
||||
const {
|
||||
children
|
||||
} = props;
|
||||
|
||||
|
||||
export default function MattrixwvTab({
|
||||
children
|
||||
}: Readonly<MattrixwvTabProps>){
|
||||
return (
|
||||
<Tab
|
||||
className={clsx(
|
||||
|
||||
Reference in New Issue
Block a user