import { styled } from '@rangodev/ui'; export const Footer = styled('div', { display: 'flex', flexDirection: 'column', width: '100%', paddingTop: '$16', });