import { DetailedHTMLProps, HTMLAttributes } from "react"; import { twMerge } from "tailwind-merge"; export default function Main({ ...props }: DetailedHTMLProps, HTMLElement>) { return (
{props.children}
); }