import { PropsWithChildren } from 'react' import { cn } from 'ui' export const GridFooter = ({ children, className }: PropsWithChildren<{ className?: string }>) => { return (