fix(SW-1095): add type to imports

This commit is contained in:
Chuma McPhoy
2024-11-29 10:39:10 +01:00
parent 4da0918469
commit da824ee2b4

View File

@@ -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",