diff --git a/packages/sfui/frameworks/react/components/SfInput/SfInput.tsx b/packages/sfui/frameworks/react/components/SfInput/SfInput.tsx index 3edf290e3b..809e593764 100644 --- a/packages/sfui/frameworks/react/components/SfInput/SfInput.tsx +++ b/packages/sfui/frameworks/react/components/SfInput/SfInput.tsx @@ -1,4 +1,3 @@ -'use client'; import classNames from 'classnames'; import { SfInputSize, useFocusVisible, type SfInputProps, polymorphicForwardRef } from '@storefront-ui/react';