feat: SW-963 Optimized code

This commit is contained in:
Hrishikesh Vaipurkar
2025-03-05 09:47:12 +01:00
parent 2cd1b6c72c
commit c88b178392
14 changed files with 30 additions and 47 deletions

View File

@@ -5,7 +5,7 @@ import Body from "@/components/TempDesignSystem/Text/Body"
import styles from "./input.module.css"
const Input = forwardRef<
export const Input = forwardRef<
HTMLInputElement,
InputHTMLAttributes<HTMLInputElement>
>(function InputComponent(props, ref) {
@@ -15,5 +15,3 @@ const Input = forwardRef<
</Body>
)
})
export default Input