import { dripStitches } from '@/theme';
const { styled } = dripStitches;
export const Separator = styled('hr', {
borderTop: '1px solid $slate6',
});