From 3967ec604038e26419aea285497aba16d968c71d Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Mon, 25 Nov 2024 10:28:50 +0100 Subject: [PATCH] chore(SW-360): proper formatting of AriaInputWithLabel --- .../TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx b/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx index 05402f093..0f375cf1f 100644 --- a/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx +++ b/components/TempDesignSystem/Form/Input/AriaInputWithLabel/index.tsx @@ -1,4 +1,4 @@ -import { type ForwardedRef,forwardRef } from "react" +import { type ForwardedRef, forwardRef } from "react" import { Input as AriaInput, Label as AriaLabel } from "react-aria-components" import Label from "@/components/TempDesignSystem/Form/Label"