import cn from "classnames"; import { FadeIn } from "./FadeIn"; import gradients from "../home-shared/gradients.module.css"; export function GradientSectionBorder({ children, }: { children: React.ReactNode; }) { return (
{children}
); }