import { cn } from "@/lib/utils" import { m } from "framer-motion" export default function GroupSwitch({ tabs, currentTab, setCurrentTab, }: { tabs: string[] currentTab: string setCurrentTab: (tab: string) => void }) { const customBackgroundImage = // @ts-expect-error CustomBackgroundImage is a global variable (window.CustomBackgroundImage as string) !== "" ? window.CustomBackgroundImage : undefined return (
{tab}