chore: lint fix

This commit is contained in:
Michael Zetterberg
2024-04-22 06:58:50 +02:00
parent abdc48f57f
commit 14e93eba7c
82 changed files with 282 additions and 160 deletions

View File

@@ -1,22 +1,22 @@
"use client"
import { useController, useFormContext } from "react-hook-form"
import { ErrorMessage } from "@hookform/error-message"
import { useRef } from "react"
import { _ } from "@/lib/translation"
import { countries } from "./countries"
import {
Button,
ComboBox,
FieldError,
Input,
type Key,
ListBox,
ListBoxItem,
Popover,
type Key,
} from "react-aria-components"
import { ErrorMessage } from "@hookform/error-message"
import { useController, useFormContext } from "react-hook-form"
import { _ } from "@/lib/translation"
import SelectChevron from "../SelectChevron"
import { countries } from "./countries"
import styles from "./country.module.css"