chore(SW-360): proper formatting of AriaInputWithLabel

This commit is contained in:
Chuma McPhoy
2024-11-25 10:28:50 +01:00
parent 79f48adbf5
commit 3967ec6040

View File

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