import { border, cn } from '@/styles/theme'; import type { SwapSettingsSlippageLayoutProps } from '../types'; export function SwapSettingsSlippageLayout({ children, className, }: SwapSettingsSlippageLayoutProps) { return (
{children}
); }