import { cva } from 'class-variance-authority';

export const birthdayFieldVariants = cva('flex flex-col gap-2');
