From da824ee2b431ca6befdccb1796988e8bf1ccd601 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Fri, 29 Nov 2024 10:39:10 +0100 Subject: [PATCH] fix(SW-1095): add type to imports --- components/TempDesignSystem/Form/Phone/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/TempDesignSystem/Form/Phone/index.tsx b/components/TempDesignSystem/Form/Phone/index.tsx index 8c5c91fa3..8d2171770 100644 --- a/components/TempDesignSystem/Form/Phone/index.tsx +++ b/components/TempDesignSystem/Form/Phone/index.tsx @@ -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",