--- import Button from '@ui/Button.astro' import FormGroup from '@ui/FormGroup.astro' const months = Array.from({ length: 12 }, (_, i) => i + 1) const years = Array.from({ length: 11 }, (_, i) => 2020 + i) ---