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

Settings

{children}
); }