fix(SW-1095): add type to imports
This commit is contained in:
@@ -25,7 +25,10 @@ import styles from "./phone.module.css"
|
||||
|
||||
import type { ChangeEvent } from "react"
|
||||
|
||||
import { LowerCaseCountryCode, PhoneProps } from "@/types/components/form/phone"
|
||||
import type {
|
||||
LowerCaseCountryCode,
|
||||
PhoneProps,
|
||||
} from "@/types/components/form/phone"
|
||||
|
||||
export default function Phone({
|
||||
ariaLabel = "Phone number input",
|
||||
|
||||
Reference in New Issue
Block a user