import { cva } from 'class-variance-authority';
export const citySelectFieldVariants = cva('flex flex-col gap-2');
